Skip to content

Commit

Permalink
[py] Setting Chrome for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Nov 17, 2021
1 parent e667fcf commit e5d3644
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: '11'
- name: Setup Chrome and chromedriver
- name: Setup Chrome and ChromeDriver
uses: ./.github/actions/setup-chrome
- name: Start XVFB
run: Xvfb :99 &
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: '11'
- name: Setup Firefox and geckodriver
- name: Setup Firefox and GeckoDriver
uses: ./.github/actions/setup-firefox
- name: Start XVFB
run: Xvfb :99 &
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: '11'
- name: Setup Chrome and chromedriver
- name: Setup Chrome and ChromeDriver
uses: ./.github/actions/setup-chrome
- name: Setup Firefox and geckodriver
uses: ./.github/actions/setup-firefox
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: '11'
- name: Setup Chrome and ChromeDriver
uses: ./.github/actions/setup-chrome
- name: Start XVFB
run: Xvfb :99 &
- name: Run browser tests in Chrome
Expand Down Expand Up @@ -173,7 +175,7 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: '11'
- name: Setup Firefox and geckodriver
- name: Setup Firefox and GeckoDriver
uses: ./.github/actions/setup-firefox
- name: Start XVFB
run: Xvfb :99 &
Expand Down Expand Up @@ -210,7 +212,7 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: '11'
- name: Setup Firefox and geckodriver
- name: Setup Firefox and GeckoDriver
uses: ./.github/actions/setup-firefox
- name: Start XVFB
run: Xvfb :99 &
Expand Down

0 comments on commit e5d3644

Please sign in to comment.