Skip to content

Commit 9174e3a

Browse files
committed
Fix path of playwright test
1 parent 5405eb8 commit 9174e3a

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
@@ -43,7 +43,7 @@ jobs:
4343
- name: Test with pytest and retry flaky tests up to 3 times
4444
shell: bash -l {0}
4545
run: |
46-
pytest tests/test_playwright.py --browser chromium -s --reruns 3 --junit-xml=test-results.xml
46+
pytest tests/playwright --browser chromium -s --reruns 3 --junit-xml=test-results.xml
4747
4848
- name: Surface failing tests
4949
if: always()

0 commit comments

Comments
 (0)