Skip to content

Commit 216545b

Browse files
committed
chore(CI): fix yaml syntax error
1 parent 1e9ec27 commit 216545b

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
@@ -195,7 +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())
198+
if: ${{ (success() || failure()) }}
199199
run: |
200200
if [[ "$OSTYPE" == "linux-gnu"* || "$OSTYPE" == "darwin"* ]]; then
201201
# TODO (Caleb Aikens) figure out how to get Windows core dumps

0 commit comments

Comments
 (0)