Skip to content

Commit 2cb3655

Browse files
committed
adjust steps
1 parent 0e08d04 commit 2cb3655

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,5 @@ jobs:
2626
run: npm ci
2727
- name: Run Linting Checks
2828
run: npm run lint
29-
- name: Run Headless Tests
30-
run: xvfb-run --auto-servernum npm run test
31-
if: runner.os == 'Linux'
3229
- name: Run Tests
3330
run: npm run test
34-
if: runner.os != 'Linux'

0 commit comments

Comments
 (0)