Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed Nov 28, 2024
1 parent 5e24593 commit 932ed15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ jobs:
cd e2e-tests
npm run e2e:playwright
- name: "[e2e-tests] Tree all test results"
run: |
tree e2e-tests/test-results
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
Expand Down

0 comments on commit 932ed15

Please sign in to comment.