Skip to content

Commit 0d3fc89

Browse files
committed
Using browsers set by GitHub
relates to SeleniumHQ#1332
1 parent e6c389d commit 0d3fc89

File tree

6 files changed

+0
-78
lines changed

6 files changed

+0
-78
lines changed

.github/workflows/dotnet-examples.yml

-13
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,6 @@ jobs:
3737
uses: actions/setup-dotnet@v3
3838
with:
3939
dotnet-version: 5.0.x
40-
- name: Install Chrome
41-
uses: browser-actions/setup-chrome@latest
42-
with:
43-
chrome-version: stable
44-
- name: Install Edge
45-
uses: browser-actions/setup-edge@latest
46-
with:
47-
edge-version: stable
48-
- name: Install Firefox
49-
uses: abhi1693/[email protected]
50-
with:
51-
browser: firefox
52-
version: latest
5340
- name: Run tests
5441
uses: nick-invision/[email protected]
5542
with:

.github/workflows/java-examples.yml

-13
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,6 @@ jobs:
3838
with:
3939
distribution: 'temurin'
4040
java-version: 8
41-
- name: Install Chrome
42-
uses: browser-actions/setup-chrome@latest
43-
with:
44-
chrome-version: stable
45-
- name: Install Edge
46-
uses: browser-actions/setup-edge@latest
47-
with:
48-
edge-version: stable
49-
- name: Install Firefox
50-
uses: abhi1693/[email protected]
51-
with:
52-
browser: firefox
53-
version: latest
5441
- name: Run Tests
5542
uses: nick-invision/[email protected]
5643
with:

.github/workflows/js-examples.yml

-13
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,6 @@ jobs:
3333
- name: Start Xvfb
3434
if: matrix.os == 'ubuntu-latest'
3535
run: Xvfb :99 &
36-
- name: Install Chrome
37-
uses: browser-actions/setup-chrome@latest
38-
with:
39-
chrome-version: stable
40-
- name: Install Edge
41-
uses: browser-actions/setup-edge@latest
42-
with:
43-
edge-version: stable
44-
- name: Install Firefox
45-
uses: abhi1693/[email protected]
46-
with:
47-
browser: firefox
48-
version: latest
4936
- name: Install Requirements
5037
working-directory: ./examples/javascript
5138
run: npm install

.github/workflows/kotlin-examples.yml

-13
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,6 @@ jobs:
3838
with:
3939
distribution: 'temurin'
4040
java-version: 8
41-
- name: Install Chrome
42-
uses: browser-actions/setup-chrome@latest
43-
with:
44-
chrome-version: stable
45-
- name: Install Edge
46-
uses: browser-actions/setup-edge@latest
47-
with:
48-
edge-version: stable
49-
- name: Install Firefox
50-
uses: abhi1693/[email protected]
51-
with:
52-
browser: firefox
53-
version: latest
5441
- name: Run tests
5542
uses: nick-invision/[email protected]
5643
with:

.github/workflows/python-examples.yml

-13
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,6 @@ jobs:
3333
- name: Start Xvfb
3434
if: matrix.os == 'ubuntu-latest'
3535
run: Xvfb :99 &
36-
- name: Install Chrome
37-
uses: browser-actions/setup-chrome@latest
38-
with:
39-
chrome-version: stable
40-
- name: Install Edge
41-
uses: browser-actions/setup-edge@latest
42-
with:
43-
edge-version: stable
44-
- name: Install Firefox
45-
uses: abhi1693/[email protected]
46-
with:
47-
browser: firefox
48-
version: latest
4936
- name: Set up Python
5037
uses: actions/setup-python@v4
5138
with:

.github/workflows/ruby-examples.yml

-13
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,6 @@ jobs:
3838
with:
3939
ruby-version: 2.7
4040
bundler-cache: true
41-
- name: Install Chrome
42-
uses: browser-actions/setup-chrome@latest
43-
with:
44-
chrome-version: stable
45-
- name: Install Edge
46-
uses: browser-actions/setup-edge@latest
47-
with:
48-
edge-version: stable
49-
- name: Install Firefox
50-
uses: abhi1693/[email protected]
51-
with:
52-
browser: firefox
53-
version: latest
5441
- name: Install Gems
5542
working-directory: ./examples/ruby
5643
run: bundle install

0 commit comments

Comments
 (0)