@@ -102,16 +102,17 @@ jobs:
102
102
run : yarn build:changed core
103
103
- name : Run tests on changed packages
104
104
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
116
117
env :
117
118
BROWSERS : ' WebkitHeadless'
0 commit comments