Skip to content

Commit

Permalink
testing firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
persapiens committed Nov 26, 2023
1 parent d537319 commit c6c3c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# run: ./mvnw -B -Pcheck-duplicate,check-checkstyle,check-cycles,check-cpd,check-pmd,check-spotbugs,check-dependency -DskipTests=true -Dmaven.compiler.source=${{ matrix.java }} -Dmaven.compiler.target=${{ matrix.java }} install

- name: Tests with Maven
run: ./mvnw -B -DwebDriverType=chrome verify
run: ./mvnw -B -DwebDriverType=firefox verify

- uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit c6c3c29

Please sign in to comment.