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