Skip to content

Commit

Permalink
Update #886bwwnb0j - Add CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentcornelis committed Feb 29, 2024
1 parent 44b1b2a commit e702852
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# .github/workflows/ci.yml
name: ci

on: [push, pull_request]

jobs:
ci:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
# Required if you plan to publish (uncomment the below)
# secrets:
# moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
with:
disable_behat: true
disable_phpunit: true

0 comments on commit e702852

Please sign in to comment.