Skip to content

Commit

Permalink
build: use correct cli param in ui-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobuikhuizen committed Nov 9, 2023
1 parent 47c9934 commit 48c42d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Install chromium
run: playwright install chromium
- name: Run ui-tests
run: pytest tests/ui/ --video=retain-on-failure --solara-update-snapshots-ci -s
run: pytest tests/ui/ --video=retain-on-failure --solara-update-snapshots -s
- name: Upload Test artifacts
if: always()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 48c42d5

Please sign in to comment.