Skip to content

Commit 20eb0f0

Browse files
committed
Show what files are generated
1 parent 141ddc2 commit 20eb0f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test_code.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
4343
- name: Code tests
4444
shell: bash -l {0}
45-
run: coverage run -p -m pytest -vv --ignore=tests/selenium --ignore=tests/playwright --ignore=tests/snapshots
45+
run: |
46+
coverage run -p -m pytest -vv --ignore=tests/selenium --ignore=tests/playwright --ignore=tests/snapshots
47+
ls -la
4648
4749
- name: Upload coverage
4850
if: always()

0 commit comments

Comments
 (0)