File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 66
66
# Auth and Firestore are built and executed in their own jobs in an attempt to reduce flakiness.
67
67
test-the-rest :
68
68
name : (bulk) Node.js and Browser (Chrome) Tests
69
+ needs : build
69
70
runs-on : ubuntu-latest
70
71
steps :
71
72
# install Chrome first, so the correct version of webdriver can be installed by chromedriver when setting up the repo
@@ -110,6 +111,7 @@ jobs:
110
111
111
112
test-auth :
112
113
name : (Auth) Node.js and Browser (Chrome) Tests
114
+ needs : build
113
115
runs-on : ubuntu-latest
114
116
steps :
115
117
# install Chrome first, so the correct version of webdriver can be installed by chromedriver
@@ -163,6 +165,7 @@ jobs:
163
165
164
166
test-firestore :
165
167
name : (Firestore) Node.js and Browser (Chrome) Tests
168
+ needs : build
166
169
runs-on : ubuntu-latest
167
170
steps :
168
171
# install Chrome so the correct version of webdriver can be installed by chromedriver when setting up the repo
@@ -211,6 +214,7 @@ jobs:
211
214
matrix :
212
215
persistence : ['memory', 'persistence']
213
216
name : Firestore Integration Tests (${{ matrix.persistence }})
217
+ needs : build
214
218
runs-on : ubuntu-latest
215
219
steps :
216
220
# install Chrome so the correct version of webdriver can be installed by chromedriver when setting up the repo
Original file line number Diff line number Diff line change 80
80
81
81
test-chrome :
82
82
name : Test Auth on Chrome and Node If Changed
83
+ needs : build
83
84
runs-on : ubuntu-latest
84
85
steps :
85
86
- name : Checkout Repo
@@ -109,6 +110,7 @@ jobs:
109
110
110
111
test-firefox :
111
112
name : Test Auth on Firefox If Changed
113
+ needs : build
112
114
# Whatever version of Firefox comes with 22.04 is causing Firefox
113
115
# startup to hang when launched by karma. Need to look further into
114
116
# why.
@@ -151,6 +153,7 @@ jobs:
151
153
152
154
test-webkit :
153
155
name : Test Auth on Webkit if Changed
156
+ needs : build
154
157
runs-on : macos-latest
155
158
156
159
steps :
Original file line number Diff line number Diff line change 58
58
59
59
test-chrome :
60
60
name : Test Packages With Changed Files in Chrome and Node
61
+ needs : build
61
62
runs-on : ubuntu-latest
62
63
63
64
steps :
92
93
93
94
test-firefox :
94
95
name : Test Packages With Changed Files in Firefox
96
+ needs : build
95
97
# Whatever version of Firefox comes with 22.04 is causing Firefox
96
98
# startup to hang when launched by karma. Need to look further into
97
99
# why.
@@ -132,6 +134,7 @@ jobs:
132
134
133
135
test-webkit :
134
136
name : Test Packages With Changed Files in Webkit
137
+ needs : build
135
138
runs-on : macos-latest
136
139
137
140
steps :
You can’t perform that action at this time.
0 commit comments