Skip to content

Commit 28558ac

Browse files
authored
Update pr-check.yaml
1 parent 767c921 commit 28558ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr-check.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
- uses: actions/setup-node@v4
2121
with:
2222
node-version: "20"
23+
- run: |
24+
npm ci
25+
- run: xvfb-run -a npm test
26+
if: runner.os == 'Linux'
2327
- name: tests
2428
run: |
2529
npm ci

0 commit comments

Comments
 (0)