Skip to content

Commit e07a6a1

Browse files
committed
Try test:browser instead?
1 parent 83c400b commit e07a6a1

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/test-changed.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,17 @@ jobs:
102102
run: yarn build:changed core
103103
- name: Run tests on changed packages
104104
run: |
105-
yarn test --scope @firebase/database-compat
106-
yarn test --scope @firebase/database-compat
107-
yarn test --scope @firebase/database-compat
108-
yarn test --scope @firebase/database-compat
109-
yarn test --scope @firebase/database-compat
110-
yarn test --scope @firebase/database-compat
111-
yarn test --scope @firebase/database-compat
112-
yarn test --scope @firebase/database-compat
113-
yarn test --scope @firebase/database-compat
114-
yarn test --scope @firebase/database-compat
115-
yarn test --scope @firebase/database-compat
105+
npx lerna run test:browser --scope @firebase/database-compat
106+
npx lerna run test:browser --scope @firebase/database-compat
107+
npx lerna run test:browser --scope @firebase/database-compat
108+
npx lerna run test:browser --scope @firebase/database-compat
109+
npx lerna run test:browser --scope @firebase/database-compat
110+
npx lerna run test:browser --scope @firebase/database-compat
111+
npx lerna run test:browser --scope @firebase/database-compat
112+
npx lerna run test:browser --scope @firebase/database-compat
113+
npx lerna run test:browser --scope @firebase/database-compat
114+
npx lerna run test:browser --scope @firebase/database-compat
115+
npx lerna run test:browser --scope @firebase/database-compat
116+
npx lerna run test:browser --scope @firebase/database-compat
116117
env:
117118
BROWSERS: 'WebkitHeadless'

0 commit comments

Comments
 (0)