Skip to content

Commit

Permalink
chore: Fix CI on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Peterburnett committed Aug 26, 2024
1 parent 339e5a5 commit 9184f95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ name: ci
on: [push, pull_request]

jobs:
test:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/group-35-to-311-ci.yml@main
ci:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
secrets:
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
with:
disable_behat: true
disable_behat: true
# Ignore doc fail on legacy branch.
disable_phpdoc: true
1 change: 1 addition & 0 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@
$plugin->requires = 2017051500;
$plugin->component = 'tool_forcedcache'; // Full name of the plugin (used for diagnostics).
$plugin->maturity = MATURITY_ALPHA;
$plugin->supported = [35, 311];

0 comments on commit 9184f95

Please sign in to comment.