Skip to content

Commit 25060be

Browse files
committed
Scope playwright to only streamlit based tests
1 parent 6eb969f commit 25060be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Test with pytest and retry flaky tests up to 3 times
4242
run: |
43-
pytest --browser chromium -s --reruns 3 --junit-xml=test-results.xml
43+
pytest --browser chromium -s --reruns 3 --junit-xml=test-results.xml tests/streamlit
4444
4545
- name: Surface failing tests
4646
if: always()

0 commit comments

Comments
 (0)