Skip to content

Commit 3088977

Browse files
committed
Wait for build
1 parent 61f7b95 commit 3088977

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969

7070
test-chrome:
7171
name: Test Auth on Chrome and Node If Changed
72+
needs: build
7273
runs-on: ubuntu-latest
7374
steps:
7475
# install Chrome first, so the correct version of webdriver can be installed by chromedriver
@@ -113,6 +114,7 @@ jobs:
113114
run: xvfb-run yarn test:changed auth
114115
test-firefox:
115116
name: Test Auth on Firefox If Changed
117+
needs: build
116118
# Whatever version of Firefox comes with 22.04 is causing Firefox
117119
# startup to hang when launched by karma. Need to look further into
118120
# why.
@@ -152,6 +154,7 @@ jobs:
152154

153155
test-webkit:
154156
name: Test Auth on Webkit if Changed
157+
needs: build
155158
runs-on: macos-latest
156159

157160
steps:

.github/workflows/test-changed.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262

6363
test-chrome:
6464
name: Test Packages With Changed Files in Chrome and Node
65+
needs: build
6566
runs-on: ubuntu-latest
6667

6768
steps:
@@ -93,6 +94,7 @@ jobs:
9394

9495
test-firefox:
9596
name: Test Packages With Changed Files in Firefox
97+
needs: build
9698
# Whatever version of Firefox comes with 22.04 is causing Firefox
9799
# startup to hang when launched by karma. Need to look further into
98100
# why.
@@ -129,6 +131,7 @@ jobs:
129131

130132
test-webkit:
131133
name: Test Packages With Changed Files in Webkit
134+
needs: build
132135
runs-on: macos-latest
133136

134137
steps:

0 commit comments

Comments
 (0)