Skip to content

Commit

Permalink
chore: save artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ASaiAnudeep committed Sep 1, 2024
1 parent 9327cf9 commit 0dac0b6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
env:
TEST_BEATS_API_KEY: ${{ secrets.TEST_BEATS_API_KEY }}
- name: Save Artifacts - Reports
if: always()
uses: actions/upload-artifact@v4
with:
name: reports
path: reports/
if: always()
uses: actions/upload-artifact@v4
with:
name: reports
path: reports/
- name: Save Artifacts - Attachments
if: always()
uses: actions/upload-artifact@v4
with:
name: attachments
path: .testbeats/
if: always()
uses: actions/upload-artifact@v4
with:
name: attachments
path: .testbeats/

0 comments on commit 0dac0b6

Please sign in to comment.