We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96cb24d commit 1e9ec27Copy full SHA for 1e9ec27
.github/workflows/test-and-publish.yaml
@@ -195,6 +195,7 @@ jobs:
195
poetry run python -m pip install --force-reinstall --verbose ./dist/*
196
poetry run python -m pytest tests/python
197
- name: Run JS tests (peter-jr)
198
+ if: ${{ (success() || failure())
199
run: |
200
if [[ "$OSTYPE" == "linux-gnu"* || "$OSTYPE" == "darwin"* ]]; then
201
# TODO (Caleb Aikens) figure out how to get Windows core dumps
0 commit comments