Skip to content

Commit

Permalink
Merge branch 'master' into patch-manager-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig authored Oct 30, 2023
2 parents dc4c3c1 + 8b53af3 commit f025dc9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/acceptance-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,7 @@ jobs:
TEMPLATE_DIR: ../
BUCKET_REGION: us-east-1
BUCKET_NAME: cf-templates-1a2zmgbg9ut4o-us-east-1
run: |
mvn -B clean test -Dtest=${{ inputs.tests }} -Dsurefire.reportNameSuffix=us-east-1
mvn surefire-report:report
- if: failure()
working-directory: test
run: mvn surefire-report:report
run: mvn -B clean test -Dtest=${{ inputs.tests }} -Dsurefire.reportNameSuffix=us-east-1; mvn surefire-report:report
- uses: actions/upload-artifact@v3
if: failure()
with:
Expand Down

0 comments on commit f025dc9

Please sign in to comment.