File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ jobs:
489489 env : ${{ matrix.env }}
490490 run : |
491491 EXIT=1
492- if [[ "${{ steps.command.outcome }}" == "success" || "${{ matrix.flaky }}" == "true" || "${{ matrix.knownFailure }}" == "true" || $NODE_VERSION == "nightly"]]; then
492+ if [[ "${{ steps.command.outcome }}" == "success" || "${{ matrix.flaky }}" == "true" || "${{ matrix.knownFailure }}" == "true" || $NODE_VERSION == "nightly" ]]; then
493493 EXIT=0
494494 fi
495495 exit $EXIT
Original file line number Diff line number Diff line change @@ -487,7 +487,7 @@ jobs:
487487 env : $\{{ matrix.env }}
488488 run : |
489489 EXIT=1
490- if [[ "$\{{ steps.command.outcome }}" == "success" || "$\{{ matrix.flaky }}" == "true" || "$\{{ matrix.knownFailure }}" == "true" || $NODE_VERSION == "nightly"]]; then
490+ if [[ "$\{{ steps.command.outcome }}" == "success" || "$\{{ matrix.flaky }}" == "true" || "$\{{ matrix.knownFailure }}" == "true" || $NODE_VERSION == "nightly" ]]; then
491491 EXIT=0
492492 fi
493493 exit $EXIT
You can’t perform that action at this time.
0 commit comments