Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed Nov 28, 2024
1 parent c6ec20a commit edfb951
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,12 @@ jobs:
cd e2e-tests
npm run e2e:playwright
- name: "[e2e-tests] Tree all test results"
run: |
tree e2e-tests/
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
include-hidden-files: true
name: playwright-report
path: ./e2e-tests/test-results
retention-days: 30
# UNCOMMENT this if you want to upload the test results so you can download them from the GitHub Actions UI
# - name: "[e2e-tests] Upload Playwright test results"
# - uses: actions/upload-artifact@v4
# if: ${{ !cancelled() }}
# with:
# include-hidden-files: true
# name: playwright-report
# path: ./e2e-tests/test-results
# retention-days: 30

0 comments on commit edfb951

Please sign in to comment.