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 99a109d commit 8a07944
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,9 @@ jobs:
- name: List report test files
if: always()
run: ls -la frontend/tests
- name: List frontend directory
- name: List report
if: always()
run: ls -la frontend
- name: List root directory
if: always()
run: ls -la
run: ls -la frontend/tests/.report

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

0 comments on commit 8a07944

Please sign in to comment.