Skip to content

Commit ce4d63b

Browse files
committed
yamllint indentation
1 parent 0fd5154 commit ce4d63b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)