Skip to content

Commit 126b225

Browse files
committed
selenium manager isn't picking this up, anyway
1 parent 531c1c1 commit 126b225

File tree

4 files changed

+0
-52
lines changed

4 files changed

+0
-52
lines changed

.github/workflows/dotnet-examples.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,6 @@ jobs:
4141
if: matrix.os != 'windows'
4242
run: |
4343
sudo rm -rf $CHROMEWEBDRIVER $EDGEWEBDRIVER $GECKOWEBDRIVER
44-
- name: Setup Chrome
45-
uses: browser-actions/setup-chrome@latest
46-
with:
47-
chrome-version: stable
48-
- name: Setup Firefox
49-
uses: abhi1693/[email protected]
50-
with:
51-
browser: firefox
52-
version: latest
53-
- name: Setup Edge
54-
uses: browser-actions/setup-edge@latest
55-
with:
56-
edge-version: stable
5744
- name: Start Xvfb
5845
if: matrix.os == 'ubuntu'
5946
run: Xvfb :99 &

.github/workflows/java-examples.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,6 @@ jobs:
4141
if: matrix.os != 'windows'
4242
run: |
4343
sudo rm -rf $CHROMEWEBDRIVER $EDGEWEBDRIVER $GECKOWEBDRIVER
44-
- name: Setup Chrome
45-
uses: browser-actions/setup-chrome@latest
46-
with:
47-
chrome-version: stable
48-
- name: Setup Firefox
49-
uses: abhi1693/[email protected]
50-
with:
51-
browser: firefox
52-
version: latest
53-
- name: Setup Edge
54-
uses: browser-actions/setup-edge@latest
55-
with:
56-
edge-version: stable
5744
- name: Start Xvfb
5845
if: matrix.os == 'ubuntu'
5946
run: Xvfb :99 &

.github/workflows/python-examples.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,6 @@ jobs:
4141
if: matrix.os != 'windows'
4242
run: |
4343
sudo rm -rf $CHROMEWEBDRIVER $EDGEWEBDRIVER $GECKOWEBDRIVER
44-
- name: Setup Chrome
45-
uses: browser-actions/setup-chrome@latest
46-
with:
47-
chrome-version: stable
48-
- name: Setup Firefox
49-
uses: abhi1693/[email protected]
50-
with:
51-
browser: firefox
52-
version: latest
53-
- name: Setup Edge
54-
uses: browser-actions/setup-edge@latest
55-
with:
56-
edge-version: stable
5744
- name: Start Xvfb
5845
if: matrix.os == 'ubuntu'
5946
run: Xvfb :99 &

.github/workflows/ruby-examples.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,6 @@ jobs:
4141
if: matrix.os != 'windows'
4242
run: |
4343
sudo rm -rf $CHROMEWEBDRIVER $EDGEWEBDRIVER $GECKOWEBDRIVER
44-
- name: Setup Chrome
45-
uses: browser-actions/setup-chrome@latest
46-
with:
47-
chrome-version: stable
48-
- name: Setup Firefox
49-
uses: abhi1693/[email protected]
50-
with:
51-
browser: firefox
52-
version: latest
53-
- name: Setup Edge
54-
uses: browser-actions/setup-edge@latest
55-
with:
56-
edge-version: stable
5744
- name: Start Xvfb
5845
if: matrix.os == 'ubuntu'
5946
run: Xvfb :99 &

0 commit comments

Comments
 (0)