Skip to content

Commit 52f713c

Browse files
committed
remove xvfb-run
1 parent 23c81c0 commit 52f713c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-changed-auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- name: build
125125
run: yarn build:changed auth
126126
- name: Run tests on auth changed packages
127-
run: xvfb-run yarn test:changed auth
127+
run: yarn test:changed auth
128128
env:
129129
BROWSERS: 'Safari'
130130

0 commit comments

Comments
 (0)