Skip to content

Commit

Permalink
test: fixing integration test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode committed Oct 13, 2023
1 parent ba5a1b1 commit 58d38d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/composite_actions/run_xcodebuild_test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integ_test_logging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 58d38d8

Please sign in to comment.