@@ -167,14 +167,15 @@ jobs:
167
167
uses : actions/setup-java@v1
168
168
with :
169
169
java-version : ' 11'
170
- - name : Setup Firefox and GeckoDriver
171
- uses : ./.github/actions/ setup-firefox
170
+ - name : Setup Firefox
171
+ uses :
abhi1693/ setup-[email protected]
172
172
with :
173
+ browser : firefox
173
174
version : ${{ matrix.version }}
174
175
if : |
175
176
matrix.browser == 'firefox'
176
- - name : Setup Chrome and ChromeDriver
177
- uses : ./.github/ actions/setup-chrome
177
+ - name : Setup Chrome
178
+ uses : browser- actions/setup-chrome@latest
178
179
with :
179
180
version : ${{ matrix.version }}
180
181
if : |
@@ -223,14 +224,15 @@ jobs:
223
224
uses : actions/setup-java@v1
224
225
with :
225
226
java-version : ' 11'
226
- - name : Setup Firefox and GeckoDriver
227
- uses : ./.github/actions/ setup-firefox
227
+ - name : Setup Firefox
228
+ uses :
abhi1693/ setup-[email protected]
228
229
with :
230
+ browser : firefox
229
231
version : ${{ matrix.version }}
230
232
if : |
231
233
matrix.browser == 'firefox'
232
- - name : Setup Chrome and ChromeDriver
233
- uses : ./.github/ actions/setup-chrome
234
+ - name : Setup Chrome
235
+ uses : browser- actions/setup-chrome@latest
234
236
with :
235
237
version : ${{ matrix.version }}
236
238
if : |
@@ -270,10 +272,13 @@ jobs:
270
272
uses : actions/setup-java@v1
271
273
with :
272
274
java-version : ' 11'
273
- - name : Setup Firefox and GeckoDriver
274
- uses : ./.github/actions/ setup-firefox
275
+ - name : Setup Firefox
276
+ uses :
abhi1693/ setup-[email protected]
275
277
with :
278
+ browser : firefox
276
279
version : latest
280
+ if : |
281
+ matrix.browser == 'firefox'
277
282
- name : Start XVFB
278
283
run : Xvfb :99 &
279
284
- name : Start Fluxbox
0 commit comments