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 b944db4 commit 96cb24dCopy full SHA for 96cb24d
.github/workflows/test-and-publish.yaml
@@ -201,11 +201,12 @@ jobs:
201
ulimit -c unlimited
202
fi
203
poetry run bash ./peter-jr ./tests/js/
204
- - uses: actions/upload-artifact@v3
205
- if: ${{ matrix.os != 'windows-2019' }}
+ - name: Upload core dumps as CI artifacts
+ uses: actions/upload-artifact@v3
206
+ if: ${{ matrix.os != 'windows-2019' && failure() }}
207
# TODO (Caleb Aikens) figure out how to get Windows core dumps
208
with:
- name: cores-${{ matrix.os }}-${ matrix.python_version }
209
+ name: cores-${{ matrix.os }}-${{ matrix.python_version }}
210
path: /cores
211
# Enable tmate debugging of manually-triggered workflows if the input option was provided
212
- name: SSH debug session
0 commit comments