File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 run : |
1818 cd playwrightPython
1919 curl -LsSf https://astral.sh/uv/install.sh | sh
20- uv sync
21- uv run playwright install --with-deps
20+ $HOME/.local/bin/ uv sync
21+ $HOME/.local/bin/ uv run playwright install --with-deps
2222 - name : " Docker: Build containers and collect static files"
2323 run : |
2424 docker compose -f docker-compose.yml -f docker-compose.selenium.yml -f docker-compose.playwright.yml up -d
4949 needs : [linter,build]
5050 steps :
5151 - name : " Tests: Run end-to-end (E2E) tests"
52- run : cd playwrightPython && uv run pytest test_auth.py test_account_creation.py test_submission.py
52+ run : cd playwrightPython && $HOME/.local/bin/ uv run pytest test_auth.py test_account_creation.py test_submission.py
5353 cleanup :
5454 name : Cleanup
5555 runs-on : self-hosted
You can’t perform that action at this time.
0 commit comments