Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Jul 2, 2024
1 parent ccdd0f6 commit 8fe5ab4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,17 @@ jobs:
steps:
- uses: browser-actions/setup-geckodriver@latest
- uses: browser-actions/setup-firefox@v1
# - run: geckodriver --version

- run: geckodriver --version
- run: firefox --version

- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: '8'
cache: maven

- uses: actions/checkout@v3
- name: Maven tests
run: mvn -T 1C -Djava.awt.headless=true -Dmaven.test.redirectTestOutputToFile=true --fail-at-end --batch-mode org.jacoco:jacoco-maven-plugin:prepare-agent test org.jacoco:jacoco-maven-plugin:report install

Expand Down

0 comments on commit 8fe5ab4

Please sign in to comment.