Skip to content

Commit 82d53f2

Browse files
committed
iss1757 - Update CI.
1 parent f479583 commit 82d53f2

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

.github/workflows/moodle-ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,13 @@ jobs:
264264
#if: ${{ always() }}
265265
run: moodle-plugin-ci phpunit
266266

267+
- name: JS unit tests
268+
if: ${{matrix.moodle-branch == 'MOODLE_502_STABLE'}}
269+
run: |
270+
cd plugin/tests/jest
271+
npm install
272+
npm test
273+
267274
- name: Behat features
268275
if: ${{ always() }}
269276
run: moodle-plugin-ci behat --profile chrome --auto-rerun 12

corsscripts/ascii/stackascii.bundle.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

corsscripts/ascii/stackascii.bundle.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)