Skip to content

Commit

Permalink
debug output folder
Browse files Browse the repository at this point in the history
  • Loading branch information
stonith404 committed Oct 25, 2024
1 parent 4a213da commit 92404c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:
working-directory: ./frontend
run: npx playwright test

- name: List report test files
run: ls -la frontend/tests
- name: List frontend directory
run: ls -la frontend
- name: List root directory
run: ls -la

- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit 92404c6

Please sign in to comment.