Skip to content

Commit

Permalink
Update #886bwwnb0j - Refactor for Moodle 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentcornelis committed Mar 4, 2024
1 parent 1de7786 commit c7ec4c1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# .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
min_php: 7.4

0 comments on commit c7ec4c1

Please sign in to comment.