Skip to content

Commit

Permalink
Drop max-parallel from GitHub build
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Feb 1, 2022
1 parent 7fc9474 commit 4b11125
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/maven-verify.yml
Expand Up @@ -27,16 +27,13 @@ jobs:
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
with:
jdk-matrix: '[ "8", "11", "17", "18-ea" ]'
ff-os: 'macOS-latest'
ff-jdk: '18-ea'
ff-goal: 'clean install -nsu -P run-its'
ff-site-goal: 'clean install site -nsu -DskipTests -P reporting'
ff-goal: 'clean install site -nsu'
ff-site-goal: '-v'
verify-goal: 'clean install -nsu -P run-its'
verify-site-goal: 'clean install site -nsu -DskipTests -P reporting'
verify-site-goal: '-v'
verify-fail-fast: false
failure-upload-path: |
surefire-its/target/*/log.txt
surefire-its/target/**/surefire-reports/*
surefire-its/target/**/failsafe-reports/*
max-parallel: 3
timeout-minutes: 600

0 comments on commit 4b11125

Please sign in to comment.