Skip to content

Commit

Permalink
WIP: in CI run grunt on all versions (mostly will fail).
Browse files Browse the repository at this point in the history
  • Loading branch information
sangwinc committed Oct 21, 2023
1 parent 3a2c9f4 commit 82283ba
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,6 @@ jobs:
run: moodle-plugin-ci mustache

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

- name: PHPUnit tests
if: ${{ always() }}
run: moodle-plugin-ci phpunit

- name: Behat features
if: ${{ always() }}
run: moodle-plugin-ci behat --profile chrome
run: moodle-plugin-ci grunt

0 comments on commit 82283ba

Please sign in to comment.