File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -249,20 +249,12 @@ jobs:
249
249
path : ./dist/
250
250
- name : Run Python tests (pytest)
251
251
run : |
252
- if [[ "$OSTYPE" == "linux-gnu"* || "$OSTYPE" == "darwin"* ]]; then
253
- # TODO (Caleb Aikens) figure out how to get Windows core dumps
254
- ulimit -c unlimited
255
- fi
256
252
WORKFLOW_BUILD_TYPE=${{ inputs.build_type }}
257
253
BUILD_TYPE=${WORKFLOW_BUILD_TYPE:-"Debug"} poetry run python -m pip install --force-reinstall --verbose ./dist/*
258
254
poetry run python -m pytest tests/python
259
255
- name : Run JS tests (peter-jr)
260
256
if : ${{ (success() || failure()) }}
261
257
run : |
262
- if [[ "$OSTYPE" == "linux-gnu"* || "$OSTYPE" == "darwin"* ]]; then
263
- # TODO (Caleb Aikens) figure out how to get Windows core dumps
264
- ulimit -c unlimited
265
- fi
266
258
poetry run bash ./peter-jr ./tests/js/
267
259
- name : SSH debug session
268
260
if : ${{ (success() || failure()) && github.event_name == 'workflow_dispatch' && inputs.debug_enabled_os == matrix.os && inputs.debug_enabled_python == matrix.python_version}}
You can’t perform that action at this time.
0 commit comments