Skip to content

Commit

Permalink
java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Oct 17, 2023
1 parent a08d17b commit 635be32
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/junit4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ jobs:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
- name: Set up Java
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- name: Run JUnit 4 Tests
env:
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
SCREENER_API_KEY: ${{ secrets.SCREENER_API_KEY }}
run: mvn test -pl selenium-junit4-examples -X

0 comments on commit 635be32

Please sign in to comment.