Skip to content

Commit 3606c81

Browse files
committed
Fix GitHub Actions workflow: specify shell for test execution step
1 parent 1cc52b6 commit 3606c81

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
run: uv sync --only-dev
2929
- name: Run tests
3030
id: run-tests
31-
run: >
31+
shell: bash
32+
run: |
3233
uv run pytest \
3334
--junitxml=pytest.xml \
3435
--cov-report=term-missing:skip-covered \

0 commit comments

Comments
 (0)