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:
249249 path : ./dist/
250250 - name : Run Python tests (pytest)
251251 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
256252 WORKFLOW_BUILD_TYPE=${{ inputs.build_type }}
257253 BUILD_TYPE=${WORKFLOW_BUILD_TYPE:-"Debug"} poetry run python -m pip install --force-reinstall --verbose ./dist/*
258254 poetry run python -m pytest tests/python
259255 - name : Run JS tests (peter-jr)
260256 if : ${{ (success() || failure()) }}
261257 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
266258 poetry run bash ./peter-jr ./tests/js/
267259 - name : SSH debug session
268260 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