Skip to content

Commit

Permalink
[github] cleanup the build every time
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibor17 committed Jan 17, 2022
1 parent fd17776 commit 46250e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven-verify.yml
Expand Up @@ -26,10 +26,10 @@ jobs:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
with:
ff-goal: 'install -nsu'
ff-site-goal: 'install site -nsu -DskipTests -P reporting'
verify-goal: 'install -nsu -P run-its'
verify-site-goal: 'site -nsu -DskipTests -P reporting'
ff-goal: 'clean install -nsu -P run-its'
ff-site-goal: 'clean install site -nsu -DskipTests -P reporting'
verify-goal: 'clean install -nsu -P run-its'
verify-site-goal: 'clean install site -nsu -DskipTests -P reporting'
verify-fail-fast: false
failure-upload-path: |
surefire-its/target/*/log.txt
Expand Down

0 comments on commit 46250e7

Please sign in to comment.