Skip to content

Commit

Permalink
Action without firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Jul 2, 2024
1 parent 8fe5ab4 commit 2ed9999
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: browser-actions/setup-geckodriver@latest
- uses: browser-actions/setup-firefox@v1
#- uses: browser-actions/setup-geckodriver@latest
#- uses: browser-actions/setup-firefox@v1

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

- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand All @@ -27,8 +27,11 @@ jobs:
java-version: '8'
cache: maven

- name: Maven Install
run: mvn -Dmaven.test.skip=true clean install --batch-mode
- 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
run: mvn -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
# 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

- name: Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit 2ed9999

Please sign in to comment.