Skip to content

Commit 0432244

Browse files
committed
Migrate CI to yarn
1 parent 58c686e commit 0432244

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ jobs:
5151
shell: bash
5252
5353
# Install test dependencies
54-
- run: npm ci
55-
- run: npm run webpack
54+
- run: yarn install --immutable --immutable-cache --check-cache
55+
- run: yarn run webpack
5656

5757
# Run the tests
58-
- run: xvfb-run -s '-screen 0 640x480x16' -a npm test
58+
- run: xvfb-run -s '-screen 0 640x480x16' -a yarn run test
5959
if: runner.os == 'Linux'
60-
- run: npm test
60+
- run: yarn run test
6161
if: runner.os != 'Linux'
6262

6363
# Upload test artefacts

0 commit comments

Comments
 (0)