Skip to content

Commit

Permalink
Always display folder output
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjones committed Sep 26, 2024
1 parent 10d144c commit b915c5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
run: npx playwright test
- name: Run ls on results
run: ls -al ./test-results
if: always()
- name: Run ls on cwd
run: ls -al .
if: always()
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
Expand Down

0 comments on commit b915c5f

Please sign in to comment.