Skip to content

Commit e5d3644

Browse files
committed
[py] Setting Chrome for GitHub Actions
1 parent e667fcf commit e5d3644

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/java.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
uses: actions/setup-java@v1
121121
with:
122122
java-version: '11'
123-
- name: Setup Chrome and chromedriver
123+
- name: Setup Chrome and ChromeDriver
124124
uses: ./.github/actions/setup-chrome
125125
- name: Start XVFB
126126
run: Xvfb :99 &
@@ -153,7 +153,7 @@ jobs:
153153
uses: actions/setup-java@v1
154154
with:
155155
java-version: '11'
156-
- name: Setup Firefox and geckodriver
156+
- name: Setup Firefox and GeckoDriver
157157
uses: ./.github/actions/setup-firefox
158158
- name: Start XVFB
159159
run: Xvfb :99 &
@@ -187,7 +187,7 @@ jobs:
187187
uses: actions/setup-java@v1
188188
with:
189189
java-version: '11'
190-
- name: Setup Chrome and chromedriver
190+
- name: Setup Chrome and ChromeDriver
191191
uses: ./.github/actions/setup-chrome
192192
- name: Setup Firefox and geckodriver
193193
uses: ./.github/actions/setup-firefox

.github/workflows/python.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ jobs:
138138
uses: actions/setup-java@v1
139139
with:
140140
java-version: '11'
141+
- name: Setup Chrome and ChromeDriver
142+
uses: ./.github/actions/setup-chrome
141143
- name: Start XVFB
142144
run: Xvfb :99 &
143145
- name: Run browser tests in Chrome
@@ -173,7 +175,7 @@ jobs:
173175
uses: actions/setup-java@v1
174176
with:
175177
java-version: '11'
176-
- name: Setup Firefox and geckodriver
178+
- name: Setup Firefox and GeckoDriver
177179
uses: ./.github/actions/setup-firefox
178180
- name: Start XVFB
179181
run: Xvfb :99 &
@@ -210,7 +212,7 @@ jobs:
210212
uses: actions/setup-java@v1
211213
with:
212214
java-version: '11'
213-
- name: Setup Firefox and geckodriver
215+
- name: Setup Firefox and GeckoDriver
214216
uses: ./.github/actions/setup-firefox
215217
- name: Start XVFB
216218
run: Xvfb :99 &

0 commit comments

Comments
 (0)