Skip to content

Commit

Permalink
Use the parent directory
Browse files Browse the repository at this point in the history
to fix the following error:
Error: An error occurred trying to start process '/usr/bin/bash' with working directory '/home/runner/work/jupytext/jupytext/playwright-tests'. No such file or directory
  • Loading branch information
mwouts committed Dec 15, 2024
1 parent ffe6696 commit b866149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-playwright-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Test folder within your repository
test_folder: playwright-tests
test_folder: ../playwright-tests

# Optional npm scripts (the default values are displayed)
# Script to start the server or 'null' if Playwright is taking care of it
Expand Down

0 comments on commit b866149

Please sign in to comment.