Skip to content

Commit

Permalink
update integ workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode committed Oct 13, 2023
1 parent b93b7b5 commit d25e09d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/integ_test_logging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,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 @@ -64,6 +65,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 All @@ -85,6 +87,6 @@ jobs:
with:
project_path: ./AmplifyPlugins/Logging/Tests/AWSCloudWatchLoggingPluginHostApp
scheme: AWSCloudWatchLoggingPluginIntegrationTestsWatch
destination: platform=watchOS Simulator,name=Apple Watch Series 8 (45mm),OS=latest
destination: platform=watchOS Simulator,name=Apple Watch Series 9 (45mm),OS=latest
sdk: watchsimulator
xcode_path: '/Applications/Xcode_14.3.app'
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 9.4;
WATCHOS_DEPLOYMENT_TARGET = 10.0;
};
name = Debug;
};
Expand Down Expand Up @@ -489,7 +489,7 @@
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 9.4;
WATCHOS_DEPLOYMENT_TARGET = 10.0;
};
name = Release;
};
Expand All @@ -511,7 +511,7 @@
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 4;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CloudWatchLoggingWatchApp.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/CloudWatchLoggingWatchApp";
WATCHOS_DEPLOYMENT_TARGET = 9.4;
WATCHOS_DEPLOYMENT_TARGET = 10.0;
};
name = Debug;
};
Expand All @@ -533,7 +533,7 @@
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 4;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CloudWatchLoggingWatchApp.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/CloudWatchLoggingWatchApp";
WATCHOS_DEPLOYMENT_TARGET = 9.4;
WATCHOS_DEPLOYMENT_TARGET = 10.0;
};
name = Release;
};
Expand Down

0 comments on commit d25e09d

Please sign in to comment.