File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 69
69
70
70
test-chrome :
71
71
name : Test Auth on Chrome and Node If Changed
72
+ needs : build
72
73
runs-on : ubuntu-latest
73
74
steps :
74
75
# install Chrome first, so the correct version of webdriver can be installed by chromedriver
@@ -113,6 +114,7 @@ jobs:
113
114
run : xvfb-run yarn test:changed auth
114
115
test-firefox :
115
116
name : Test Auth on Firefox If Changed
117
+ needs : build
116
118
# Whatever version of Firefox comes with 22.04 is causing Firefox
117
119
# startup to hang when launched by karma. Need to look further into
118
120
# why.
@@ -152,6 +154,7 @@ jobs:
152
154
153
155
test-webkit :
154
156
name : Test Auth on Webkit if Changed
157
+ needs : build
155
158
runs-on : macos-latest
156
159
157
160
steps :
Original file line number Diff line number Diff line change 62
62
63
63
test-chrome :
64
64
name : Test Packages With Changed Files in Chrome and Node
65
+ needs : build
65
66
runs-on : ubuntu-latest
66
67
67
68
steps :
93
94
94
95
test-firefox :
95
96
name : Test Packages With Changed Files in Firefox
97
+ needs : build
96
98
# Whatever version of Firefox comes with 22.04 is causing Firefox
97
99
# startup to hang when launched by karma. Need to look further into
98
100
# why.
@@ -129,6 +131,7 @@ jobs:
129
131
130
132
test-webkit :
131
133
name : Test Packages With Changed Files in Webkit
134
+ needs : build
132
135
runs-on : macos-latest
133
136
134
137
steps :
You can’t perform that action at this time.
0 commit comments