Skip to content

Commit

Permalink
fix smoke tests pr
Browse files Browse the repository at this point in the history
  • Loading branch information
miaucl committed Oct 10, 2024
1 parent c4ffd4b commit eb07260
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/smoke-test-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
pip install -r requirements.txt
pip install -r requirements_test.txt
playwright install chromium
- name: Prepare empty cookies
run: touch .cookies
- name: Prepare cookies with pytest
run: pytest smoke_test/setup_cookies.py -v -x
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
pip install -r requirements.txt
pip install -r requirements_test.txt
playwright install chromium
- name: Prepare cookies
- name: Prepare empty cookies
run: touch .cookies
- name: Test with pytest
run: pytest smoke_test -v -x
Expand Down

0 comments on commit eb07260

Please sign in to comment.