Skip to content

Commit

Permalink
ff-site-goal now requires install
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibor17 committed Jan 16, 2022
1 parent b2aa788 commit 9bdc848
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/maven-verify.yml
Expand Up @@ -26,8 +26,10 @@ jobs:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
with:
ff-goal: 'install'
verify-goal: 'install -P run-its'
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'
verify-fail-fast: false
failure-upload-path: |
surefire-its/target/*/log.txt
Expand Down

0 comments on commit 9bdc848

Please sign in to comment.