Skip to content

Commit dedd2a8

Browse files
committed
Try running tests
1 parent 88e55ce commit dedd2a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,7 @@ jobs:
651651
- name: Install Swift SDK for Android and build
652652
env:
653653
BUILD_FLAGS: ${{ (contains(matrix.swift_version, 'nightly') && inputs.swift_nightly_flags) || inputs.swift_flags }} ${{ inputs.enable_android_sdk_checks && '--build-tests' }}
654+
shell: bash
654655
run: |
655656
${{ inputs.android_sdk_pre_build_command }}
656657
${{ steps.script_path.outputs.root }}/.github/workflows/scripts/install-and-build-with-sdk.sh --android --flags="$BUILD_FLAGS" --build-command="${{ inputs.android_sdk_build_command }}" --android-sdk-triple=${{ join(fromJson(inputs.android_sdk_triples), ' --android-sdk-triple=') }} --android-ndk-version="${{ matrix.ndk_version }}" ${{ matrix.swift_version }}

0 commit comments

Comments
 (0)