Skip to content

Commit

Permalink
selenium manager isn't picking this up, anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jun 21, 2024
1 parent 531c1c1 commit 126b225
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 52 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/dotnet-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,6 @@ jobs:
if: matrix.os != 'windows'
run: |
sudo rm -rf $CHROMEWEBDRIVER $EDGEWEBDRIVER $GECKOWEBDRIVER
- name: Setup Chrome
uses: browser-actions/setup-chrome@latest
with:
chrome-version: stable
- name: Setup Firefox
uses: abhi1693/[email protected]
with:
browser: firefox
version: latest
- name: Setup Edge
uses: browser-actions/setup-edge@latest
with:
edge-version: stable
- name: Start Xvfb
if: matrix.os == 'ubuntu'
run: Xvfb :99 &
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/java-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,6 @@ jobs:
if: matrix.os != 'windows'
run: |
sudo rm -rf $CHROMEWEBDRIVER $EDGEWEBDRIVER $GECKOWEBDRIVER
- name: Setup Chrome
uses: browser-actions/setup-chrome@latest
with:
chrome-version: stable
- name: Setup Firefox
uses: abhi1693/[email protected]
with:
browser: firefox
version: latest
- name: Setup Edge
uses: browser-actions/setup-edge@latest
with:
edge-version: stable
- name: Start Xvfb
if: matrix.os == 'ubuntu'
run: Xvfb :99 &
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/python-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,6 @@ jobs:
if: matrix.os != 'windows'
run: |
sudo rm -rf $CHROMEWEBDRIVER $EDGEWEBDRIVER $GECKOWEBDRIVER
- name: Setup Chrome
uses: browser-actions/setup-chrome@latest
with:
chrome-version: stable
- name: Setup Firefox
uses: abhi1693/[email protected]
with:
browser: firefox
version: latest
- name: Setup Edge
uses: browser-actions/setup-edge@latest
with:
edge-version: stable
- name: Start Xvfb
if: matrix.os == 'ubuntu'
run: Xvfb :99 &
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/ruby-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,6 @@ jobs:
if: matrix.os != 'windows'
run: |
sudo rm -rf $CHROMEWEBDRIVER $EDGEWEBDRIVER $GECKOWEBDRIVER
- name: Setup Chrome
uses: browser-actions/setup-chrome@latest
with:
chrome-version: stable
- name: Setup Firefox
uses: abhi1693/[email protected]
with:
browser: firefox
version: latest
- name: Setup Edge
uses: browser-actions/setup-edge@latest
with:
edge-version: stable
- name: Start Xvfb
if: matrix.os == 'ubuntu'
run: Xvfb :99 &
Expand Down

0 comments on commit 126b225

Please sign in to comment.