Skip to content

Commit

Permalink
Upload test results as an artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
iainsproat committed Jan 2, 2025
1 parent fb2a22d commit 7e2e079
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/rest-api-fuzzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,16 @@ jobs:
echo ""
cat "$(find ${{ github.workspace }}/Test -type f -name "network.testing.*.txt")" || true
- uses: actions/upload-artifact@v4
name: Store the Test output
if: always()
with:
name: fuzz-test-rest-api-output
path: ${{ github.workspace }}/Test
if-no-files-found: error
retention-days: 5
overwrite: true

- name: Print Docker Compose logs
if: always()
run: |
Expand Down

0 comments on commit 7e2e079

Please sign in to comment.