Skip to content

Commit

Permalink
Add shifter task to avoid errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpchi committed Jan 9, 2025
1 parent 9272d15 commit d7afba1
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 @@ -109,7 +109,7 @@ jobs:

- name: Grunt
if: ${{ !cancelled() && matrix.runchecks == 'all' }}
run: moodle-plugin-ci grunt --max-lint-warnings 0
run: moodle-plugin-ci grunt -t shifter --max-lint-warnings 0

- name: PHPUnit tests
if: ${{ !cancelled() }}
Expand Down

0 comments on commit d7afba1

Please sign in to comment.