Skip to content

Commit 1e9ec27

Browse files
committed
chore(CI): run JS tests even if python tests fail
1 parent 96cb24d commit 1e9ec27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ jobs:
195195
poetry run python -m pip install --force-reinstall --verbose ./dist/*
196196
poetry run python -m pytest tests/python
197197
- name: Run JS tests (peter-jr)
198+
if: ${{ (success() || failure())
198199
run: |
199200
if [[ "$OSTYPE" == "linux-gnu"* || "$OSTYPE" == "darwin"* ]]; then
200201
# TODO (Caleb Aikens) figure out how to get Windows core dumps

0 commit comments

Comments
 (0)