Skip to content

Commit

Permalink
chore(actions): save error screenshots for nightly validations
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Feb 25, 2024
1 parent 363967d commit 6467402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validation-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
mvn -V -e -B -ntp verify -DtrimStackTrace=false -pl=-:vertx-vaadin-test-root-context -Dwebdriver.chrome.driver=$(which chromedriver)
- name: Package test output files
if: ${{ failure() || success() }}
run: find . -name surefire-reports -o -name failsafe-reports -o -name verticle.log | tar -czf tests-report-${{ matrix.branch }}-JVM-${{ matrix.java }}.tgz -T -
run: find . -name surefire-reports -o -name failsafe-reports -o -name error-screenshots -o -name verticle.log | tar -czf tests-report-${{ matrix.branch }}-JVM-${{ matrix.java }}.tgz -T -
- uses: actions/upload-artifact@v3
if: ${{ failure() || success() }}
with:
Expand Down

0 comments on commit 6467402

Please sign in to comment.