Skip to content

Commit

Permalink
save test results folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rberrelleza committed Nov 26, 2024
1 parent 091fcf6 commit 370eaa0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,18 @@ jobs:
tests: e2e
namespace: oktaco-pr-${{ github.event.number }}

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

- name: Save test results
uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: test-results
path: e2e/test-results/
retention-days: 30

0 comments on commit 370eaa0

Please sign in to comment.