Skip to content

Commit 92c61bd

Browse files
committed
ci: fix run peter-jr on Windows
1 parent 9f9f950 commit 92c61bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
poetry run python -m pytest tests/python
161161
- name: Run JS tests (peter-jr)
162162
run: |
163-
poetry run ./peter-jr ./tests/js/
163+
poetry run bash ./peter-jr ./tests/js/
164164
sdist:
165165
runs-on: ubuntu-20.04
166166
steps:

0 commit comments

Comments
 (0)