Skip to content

Commit 83c400b

Browse files
committed
Try database-compat to see flakes with test output
1 parent cb60f64 commit 83c400b

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/test-changed.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,16 @@ jobs:
102102
run: yarn build:changed core
103103
- name: Run tests on changed packages
104104
run: |
105-
yarn test --scope @firebase/installations
106-
yarn test --scope @firebase/installations
107-
yarn test --scope @firebase/installations
108-
yarn test --scope @firebase/installations
109-
yarn test --scope @firebase/installations
110-
yarn test --scope @firebase/installations
111-
yarn test --scope @firebase/installations
112-
yarn test --scope @firebase/installations
113-
yarn test --scope @firebase/installations
114-
yarn test --scope @firebase/installations
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
115116
env:
116117
BROWSERS: 'WebkitHeadless'

0 commit comments

Comments
 (0)