Skip to content

Commit be91e12

Browse files
committed
Fix inputs.android_test_env pass-through to test-env; fix default channel
1 parent 656b989 commit be91e12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ on:
7979
android_channel:
8080
type: string
8181
description: "Android channel to download the SDK components from - stable, beta, dev, canary"
82-
default: "channel"
82+
default: "canary"
8383
android_profile:
8484
type: string
8585
description: "Android emulator hardware profile used for creating the AVD"
@@ -247,10 +247,10 @@ jobs:
247247
swift-version: ${{ matrix.swift_version }}
248248
swift-build-flags: ${{ (contains(matrix.swift_version, 'nightly') && inputs.swift_nightly_flags) || inputs.swift_flags }}
249249
copy-files: ${{ inputs.android_copy_files }}
250+
test-env: ${{ inputs.android_test_env }}
250251
android-cores: ${{ inputs.android_cores }}
251252
android-api-level: ${{ inputs.android_api_level }}
252253
android-channel: ${{ inputs.android_channel }}
253254
android-profile: ${{ inputs.android_profile }}
254255
android-target: ${{ inputs.android_target }}
255-
android-test-env: ${{ inputs.android_test_env }}
256256

0 commit comments

Comments
 (0)