Skip to content

Commit

Permalink
Move CI grunt checks to Moodle 4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
sangwinc committed Oct 26, 2023
1 parent 7e46a26 commit 16afb74
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 @@ -166,7 +166,7 @@ jobs:
run: moodle-plugin-ci mustache

- name: Grunt
if: ${{ matrix.moodle-branch == 'MOODLE_311_STABLE' }}
if: ${{ matrix.moodle-branch == 'MOODLE_401_STABLE' }}
run: moodle-plugin-ci grunt

- name: PHPUnit tests
Expand Down

0 comments on commit 16afb74

Please sign in to comment.