Skip to content

Commit 5a8cfd5

Browse files
committed
Update github action
1 parent e1f2d8f commit 5a8cfd5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ jobs:
6363
- name: build
6464
run: yarn build:changed auth
6565
- name: Run tests on auth changed packages
66-
run: xvfb-run yarn --cwd packages/auth test:browser:unit
67-
env:
68-
BROWSERS: 'Firefox'
69-
- name: Run tests on auth-compat changed packages
70-
run: xvfb-run yarn --cwd packages/auth-compat test:browser:unit
66+
run: xvfb-run yarn test:changed auth
7167
env:
7268
BROWSERS: 'Firefox'

0 commit comments

Comments
 (0)