Skip to content

Commit fff8818

Browse files
build: use correct cli param in ui-tests
1 parent 47c9934 commit fff8818

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Install chromium
9898
run: playwright install chromium
9999
- name: Run ui-tests
100-
run: pytest tests/ui/ --video=retain-on-failure --solara-update-snapshots-ci -s
100+
run: pytest tests/ui/ --video=retain-on-failure -s
101101
- name: Upload Test artifacts
102102
if: always()
103103
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)