Skip to content

Commit 6814942

Browse files
committed
Exclude playwright tests from the unit tests
1 parent 3e33152 commit 6814942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
run: python -m pip install -e . --no-deps --force-reinstall
3535

3636
- name: Code tests
37-
run: python -m pytest -vv --ignore=tests/selenium
37+
run: python -m pytest -vv --ignore=tests/selenium --ignore=tests/test_playwright.py

0 commit comments

Comments
 (0)