Skip to content

Commit

Permalink
Fix grunt errors in GitHub actions for M3.9 + M3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
davosmith committed Apr 5, 2024
1 parent 83781d7 commit ed7f204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
run: moodle-plugin-ci mustache

- name: Grunt
if: ${{ always() }}
if: ${{ !contains(fromJSON('["MOODLE_39_STABLE", "MOODLE_310_STABLE"]'), matrix.moodle-branch) }}
run: moodle-plugin-ci grunt --max-lint-warnings 0

- name: PHPUnit tests
Expand Down

0 comments on commit ed7f204

Please sign in to comment.