We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44885bf commit ea5011eCopy full SHA for ea5011e
.github/workflows/prs_and_commits.yml
@@ -44,10 +44,10 @@ jobs:
44
run: |
45
echo "$CREDENTIALS_JSON" > /tmp/creds.json
46
mvn -Dskip.unit.tests=true verify
47
- - name: Upload integration test output (Maven)
+ - name: Upload integration test results (Maven)
48
if: always()
49
uses: actions/upload-artifact@v4
50
with:
51
- path: kcbq-connector/target/failsafe-reports/*-output.txt
+ path: kcbq-connector/target/failsafe-reports/*
52
if-no-files-found: error
53
- name: integration-test-output
+ name: integration-test-results
0 commit comments