File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -463,14 +463,14 @@ jobs:
463463 MATRIX_CONFIG_BUILD_ARGUMENTS_OVERRIDE : ${{ matrix.config.build_arguments_override }}
464464 - name : Swift test
465465 if : ' inputs.swift_test_enabled'
466+ env :
467+ MATRIX_CONFIG_TEST_ARGUMENTS_OVERRIDE : ${{ matrix.config.test_arguments_override }}
466468 run : |
467469 if [ -n "${MATRIX_CONFIG_TEST_ARGUMENTS_OVERRIDE}" ]; then
468470 swift test ${MATRIX_CONFIG_TEST_ARGUMENTS_OVERRIDE}
469471 else
470472 swift test
471473 fi
472- env :
473- MATRIX_CONFIG_TEST_ARGUMENTS_OVERRIDE : ${{ matrix.config.test_arguments_override }}
474474 # see `xcodebuild -list` for schemes, `simctl list` for destinations
475475 - name : macOS build
476476 if : ' !cancelled() && inputs.macos_xcode_build_enabled'
You can’t perform that action at this time.
0 commit comments