File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
uses : actions/setup-java@v1
121
121
with :
122
122
java-version : ' 11'
123
- - name : Setup Chrome and chromedriver
123
+ - name : Setup Chrome and ChromeDriver
124
124
uses : ./.github/actions/setup-chrome
125
125
- name : Start XVFB
126
126
run : Xvfb :99 &
@@ -153,7 +153,7 @@ jobs:
153
153
uses : actions/setup-java@v1
154
154
with :
155
155
java-version : ' 11'
156
- - name : Setup Firefox and geckodriver
156
+ - name : Setup Firefox and GeckoDriver
157
157
uses : ./.github/actions/setup-firefox
158
158
- name : Start XVFB
159
159
run : Xvfb :99 &
@@ -187,7 +187,7 @@ jobs:
187
187
uses : actions/setup-java@v1
188
188
with :
189
189
java-version : ' 11'
190
- - name : Setup Chrome and chromedriver
190
+ - name : Setup Chrome and ChromeDriver
191
191
uses : ./.github/actions/setup-chrome
192
192
- name : Setup Firefox and geckodriver
193
193
uses : ./.github/actions/setup-firefox
Original file line number Diff line number Diff line change @@ -138,6 +138,8 @@ jobs:
138
138
uses : actions/setup-java@v1
139
139
with :
140
140
java-version : ' 11'
141
+ - name : Setup Chrome and ChromeDriver
142
+ uses : ./.github/actions/setup-chrome
141
143
- name : Start XVFB
142
144
run : Xvfb :99 &
143
145
- name : Run browser tests in Chrome
@@ -173,7 +175,7 @@ jobs:
173
175
uses : actions/setup-java@v1
174
176
with :
175
177
java-version : ' 11'
176
- - name : Setup Firefox and geckodriver
178
+ - name : Setup Firefox and GeckoDriver
177
179
uses : ./.github/actions/setup-firefox
178
180
- name : Start XVFB
179
181
run : Xvfb :99 &
@@ -210,7 +212,7 @@ jobs:
210
212
uses : actions/setup-java@v1
211
213
with :
212
214
java-version : ' 11'
213
- - name : Setup Firefox and geckodriver
215
+ - name : Setup Firefox and GeckoDriver
214
216
uses : ./.github/actions/setup-firefox
215
217
- name : Start XVFB
216
218
run : Xvfb :99 &
You can’t perform that action at this time.
0 commit comments