We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559d993 commit 141ddc2Copy full SHA for 141ddc2
.github/workflows/test_code.yml
@@ -41,6 +41,7 @@ jobs:
41
pip install pixelmatch
42
43
- name: Code tests
44
+ shell: bash -l {0}
45
run: coverage run -p -m pytest -vv --ignore=tests/selenium --ignore=tests/playwright --ignore=tests/snapshots
46
47
- name: Upload coverage
0 commit comments