Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luukverhoeven authored Aug 26, 2024
1 parent ba3e129 commit b9602c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on: [push, pull_request]
jobs:
ci:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
secrets:
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
with:
disable_behat: false
disable_grunt: false
release_branches: main
min_php: '7.4'
secrets:
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}

0 comments on commit b9602c9

Please sign in to comment.