Skip to content

Commit

Permalink
exposes current test in CI output
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbrethorst committed Jul 12, 2024
1 parent 6cc14bb commit 31df68c
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 @@ -23,4 +23,4 @@ jobs:
- name: Build with Maven
run: mvn -U clean install -Ptravis -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -DskipTests=true -Dmaven.javadoc.skip=true -Dvalidate.silent=true -Dlog4j.configuration= -B -V -q
- name: Test with Maven
run: mvn test -Dlog4j.configuration= -Dvalidate.silent=true -q
run: mvn test -Dlog4j.configuration=

0 comments on commit 31df68c

Please sign in to comment.