Skip to content

Commit 2cc1150

Browse files
move continue-on-error to step
1 parent 7927d7b commit 2cc1150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,6 @@ jobs:
318318
run:
319319
shell: bash -eou pipefail {0}
320320
runs-on: ${{ matrix.os }}
321-
# TEMP allow this to fail until we fixed all test failures (related to chained assignment warnings)
322-
continue-on-error: true
323321
strategy:
324322
fail-fast: false
325323
matrix:
@@ -360,6 +358,8 @@ jobs:
360358
361359
- name: Run Tests
362360
uses: ./.github/actions/run-tests
361+
# TEMP allow this to fail until we fixed all test failures (related to chained assignment warnings)
362+
continue-on-error: true
363363

364364
# NOTE: this job must be kept in sync with the Pyodide build job in wheels.yml
365365
emscripten:

0 commit comments

Comments
 (0)