Skip to content

Commit cb60f64

Browse files
committed
run installations test several times to identify flakes when run alone
1 parent 776fe41 commit cb60f64

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/test-changed.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
test-webkit:
8484
name: Test Packages With Changed Files in Webkit
85-
runs-on: ubuntu-20.04
85+
runs-on: macos-latest
8686

8787
steps:
8888
- name: Checkout Repo
@@ -101,6 +101,16 @@ jobs:
101101
- name: build
102102
run: yarn build:changed core
103103
- name: Run tests on changed packages
104-
run: xvfb-run yarn test:changed core
104+
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
105115
env:
106116
BROWSERS: 'WebkitHeadless'

0 commit comments

Comments
 (0)