Skip to content

Commit

Permalink
Adding print for paths
Browse files Browse the repository at this point in the history
  • Loading branch information
costrouc committed Aug 23, 2022
1 parent 82888b4 commit fd38c7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ jobs:
playwright install
- name: Run Playwright tests
run: |
cd ..
pytest --video on tests/test_playwright.py
pwd
ls -la
- uses: actions/upload-artifact@v2
if: ${{ always() }}
with:
Expand Down

0 comments on commit fd38c7c

Please sign in to comment.