Skip to content

Commit

Permalink
Add clean to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Feb 10, 2024
1 parent 68eac24 commit c62c27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
# Kotlin needs access to java.util
MAVEN_OPTS: --add-opens java.base/java.util=ALL-UNNAMED
run: mvn test spotless:check javadoc:javadoc
run: mvn clean test spotless:check javadoc:javadoc
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
if: always() # always run even if the previous step fails
Expand Down

0 comments on commit c62c27a

Please sign in to comment.