Skip to content

Commit

Permalink
Fix gecko branch and jdk 11 only
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Feb 1, 2023
1 parent 677e6c1 commit 6a6c6e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cypress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest , windows-latest ]
jdk: [ 11, 17 ]
runs-on: ${{ matrix.os }}

steps:
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.jdk }}
java-version: 11

- name: Checkout Branch
uses: actions/checkout@v3
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest , windows-latest ]
jdk: [ 11, 17 ]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -26,9 +25,9 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.jdk }}
java-version: 11

- uses: browser-actions/setup-geckodriver@latest
- uses: browser-actions/setup-geckodriver@v0.0.0
- run: geckodriver --version

- name: Set up Firefox browser
Expand Down

0 comments on commit 6a6c6e2

Please sign in to comment.