Skip to content

Commit

Permalink
Update to store artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
GCHQDeveloper81 committed Oct 15, 2024
1 parent a1648e1 commit 679a563
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test+deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ jobs:
- name: Run Playwright tests
run: npm run test:e2e -- --reporter=html

- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: playwright-report
path: playwright-report/
retention-days: 30

# **********************
# Deploy
# **********************
Expand Down

0 comments on commit 679a563

Please sign in to comment.