Skip to content

Commit 776fe41

Browse files
committed
use xvfb-run
1 parent 55e84c1 commit 776fe41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-changed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@ jobs:
101101
- name: build
102102
run: yarn build:changed core
103103
- name: Run tests on changed packages
104-
run: yarn test:changed core
104+
run: xvfb-run yarn test:changed core
105105
env:
106106
BROWSERS: 'WebkitHeadless'

0 commit comments

Comments
 (0)