Skip to content

Commit

Permalink
remove xvfb-run
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque committed Aug 22, 2024
1 parent 23c81c0 commit 52f713c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-changed-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: build
run: yarn build:changed auth
- name: Run tests on auth changed packages
run: xvfb-run yarn test:changed auth
run: yarn test:changed auth
env:
BROWSERS: 'Safari'

0 comments on commit 52f713c

Please sign in to comment.