Skip to content

Commit 480c7ee

Browse files
authored
fix: Change Integration Test Github action to run only integration test scheme (#2645)
1 parent f24e6bd commit 480c7ee

File tree

3 files changed

+16
-16
lines changed
  • .github/workflows
  • AmplifyPlugins
    • Auth/Tests/AuthHostApp/AuthHostApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm
    • Geo/Tests/GeoHostApp/GeoHostApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm

3 files changed

+16
-16
lines changed

.github/workflows/integ_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: ./.github/composite_actions/run_xcodebuild_test
5454
with:
5555
project_path: ./AmplifyPlugins/Analytics/Tests/AnalyticsHostApp
56-
scheme: AnalyticsHostApp
56+
scheme: AWSPinpointAnalyticsPluginIntegrationTests
5757

5858
auth-integration-test:
5959
needs: prepare-for-test
@@ -79,7 +79,7 @@ jobs:
7979
uses: ./.github/composite_actions/run_xcodebuild_test
8080
with:
8181
project_path: ./AmplifyPlugins/Auth/Tests/AuthHostApp/
82-
scheme: AuthHostApp
82+
scheme: AuthIntegrationTests
8383

8484
geo-integration-test:
8585
needs: prepare-for-test
@@ -105,7 +105,7 @@ jobs:
105105
uses: ./.github/composite_actions/run_xcodebuild_test
106106
with:
107107
project_path: ./AmplifyPlugins/Geo/Tests/GeoHostApp/
108-
scheme: GeoHostApp
108+
scheme: AWSLocationGeoPluginIntegrationTests
109109

110110

111111
storage-integration-test:
@@ -132,4 +132,4 @@ jobs:
132132
uses: ./.github/composite_actions/run_xcodebuild_test
133133
with:
134134
project_path: ./AmplifyPlugins/Storage/Tests/StorageHostApp/
135-
scheme: StorageHostApp
135+
scheme: AWSS3StoragePluginIntegrationTests

AmplifyPlugins/Auth/Tests/AuthHostApp/AuthHostApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AmplifyPlugins/Geo/Tests/GeoHostApp/GeoHostApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)