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 11, 2024
1 parent d0c57d0 commit f0f2cb6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ on: [push, pull_request]

jobs:
ci:
runs-on: localrunner
steps:
- uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
with:
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
disable_behat: false
disable_grunt: false
release_branches: main
min_php: '7.4'
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
with:
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
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 f0f2cb6

Please sign in to comment.