Skip to content

Commit

Permalink
Test automation logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pritchyspritch committed Aug 6, 2024
1 parent 71d12f0 commit 71f1c1e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test-zap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
if: ${{ always() }}


# - uses: actions/upload-artifact@v4
# with:
# name: "logs2"
# path: "${{ github.workspace }}/req-resp-log.txt"
# retention-days: 1
- uses: actions/upload-artifact@v4
with:
name: "logs2"
path: "${{ github.workspace }}/req-resp-log.txt"
retention-days: 1
if: ${{ always() }}

0 comments on commit 71f1c1e

Please sign in to comment.