Skip to content

Commit

Permalink
limiting debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhitestratiform committed Jun 14, 2024
1 parent f747b99 commit 9afe6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ jobs:
path: playwright-report-download
- name: Debug - List Downloaded Report Directory
if: always()
run: ls -R
run: ls -R| grep playwright
- name: Push files to github pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 9afe6f7

Please sign in to comment.