Skip to content

Commit ea5011e

Browse files
committed
Include all test results, not just outputs
1 parent 44885bf commit ea5011e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/prs_and_commits.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
run: |
4545
echo "$CREDENTIALS_JSON" > /tmp/creds.json
4646
mvn -Dskip.unit.tests=true verify
47-
- name: Upload integration test output (Maven)
47+
- name: Upload integration test results (Maven)
4848
if: always()
4949
uses: actions/upload-artifact@v4
5050
with:
51-
path: kcbq-connector/target/failsafe-reports/*-output.txt
51+
path: kcbq-connector/target/failsafe-reports/*
5252
if-no-files-found: error
53-
name: integration-test-output
53+
name: integration-test-results

0 commit comments

Comments
 (0)