We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc52b6 commit 3606c81Copy full SHA for 3606c81
1 file changed
.github/workflows/test.yaml
@@ -28,7 +28,8 @@ jobs:
28
run: uv sync --only-dev
29
- name: Run tests
30
id: run-tests
31
- run: >
+ shell: bash
32
+ run: |
33
uv run pytest \
34
--junitxml=pytest.xml \
35
--cov-report=term-missing:skip-covered \
0 commit comments