Skip to content

Commit 141ddc2

Browse files
committed
Run coverage in bash
1 parent 559d993 commit 141ddc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_code.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
pip install pixelmatch
4242
4343
- name: Code tests
44+
shell: bash -l {0}
4445
run: coverage run -p -m pytest -vv --ignore=tests/selenium --ignore=tests/playwright --ignore=tests/snapshots
4546

4647
- name: Upload coverage

0 commit comments

Comments
 (0)