diff --git a/.github/composite_actions/run_xcodebuild_test/action.yml b/.github/composite_actions/run_xcodebuild_test/action.yml index 3f377b7ef5..3c68d736cb 100644 --- a/.github/composite_actions/run_xcodebuild_test/action.yml +++ b/.github/composite_actions/run_xcodebuild_test/action.yml @@ -54,6 +54,7 @@ runs: XCODE_PATH: ${{ inputs.xcode_path }} CLONED_SOURCE_PACKAGES_PATH: ${{ inputs.cloned_source_packages_path }} DERIVED_DATA_PATH: ${{ inputs.derived_data_path }} + FASTLANE_EXPLICIT_OPEN_SIMULATOR: "2" run: | if [ ! -z "$PROJECT_PATH" ]; then cd $PROJECT_PATH diff --git a/.github/workflows/integ_test_logging.yml b/.github/workflows/integ_test_logging.yml index 6ce51bcbcd..c9bbf0e9fa 100644 --- a/.github/workflows/integ_test_logging.yml +++ b/.github/workflows/integ_test_logging.yml @@ -40,6 +40,7 @@ jobs: logging-integration-test-tvOS: runs-on: macos-13 environment: IntegrationTest + needs: logging-integration-test-iOS steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: @@ -68,6 +69,7 @@ jobs: logging-integration-test-watchOS: runs-on: macos-13 environment: IntegrationTest + needs: [logging-integration-test-iOS, logging-integration-test-tvOS] steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: