Skip to content

Commit

Permalink
update project path and add .xcworkspace extension
Browse files Browse the repository at this point in the history
  • Loading branch information
atierian committed Jul 14, 2023
1 parent e925c93 commit e8f851a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Unit Test AWSPluginsCore
uses: ./.github/composite_actions/run_xcodebuild_test
with:
project_path: ./AmplifyPlugins/AWSPluginsCore/
project_path: .
workspace: Amplify.xcworkspace
scheme: AWSPluginsCore

Expand All @@ -32,7 +32,7 @@ jobs:
uses: ./.github/composite_actions/run_xcodebuild_test
with:
project_path: ./AmplifyPlugins/Analytics/
workspace: AnalyticsCategoryPlugin
workspace: AnalyticsCategoryPlugin.xcworkspace
scheme: AWSPinpointAnalyticsPlugin

unit-test-api:
Expand All @@ -46,7 +46,7 @@ jobs:
uses: ./.github/composite_actions/run_xcodebuild_test
with:
project_path: ./AmplifyPlugins/API/
workspace: APICategoryPlugin
workspace: APICategoryPlugin.xcworkspace
scheme: AWSAPICategoryPlugin

unit-test-auth:
Expand All @@ -60,7 +60,7 @@ jobs:
uses: ./.github/composite_actions/run_xcodebuild_test
with:
project_path: ./AmplifyPlugins/Auth/
workspace: AWSCognitoAuthPlugin
workspace: AWSCognitoAuthPlugin.xcworkspace
scheme: AWSCognitoAuthPlugin

unit-test-datastore:
Expand All @@ -74,7 +74,7 @@ jobs:
uses: ./.github/composite_actions/run_xcodebuild_test
with:
project_path: ./AmplifyPlugins/DataStore/
workspace: DataStoreCategoryPlugin
workspace: DataStoreCategoryPlugin.xcworkspace
scheme: AWSDataStoreCategoryPlugin

unit-test-geo:
Expand All @@ -88,7 +88,7 @@ jobs:
uses: ./.github/composite_actions/run_xcodebuild_test
with:
project_path: ./AmplifyPlugins/Geo/
workspace: GeoCategoryPlugin
workspace: GeoCategoryPlugin.xcworkspace
scheme: AWSLocationGeoPlugin

unit-test-predictions:
Expand All @@ -102,7 +102,7 @@ jobs:
uses: ./.github/composite_actions/run_xcodebuild_test
with:
project_path: ./AmplifyPlugins/Predictions/
workspace: PredictionsCategoryPlugin
workspace: PredictionsCategoryPlugin.xcworkspace
scheme: CoreMLPredictionsPlugin

unit-test-storage:
Expand All @@ -116,5 +116,5 @@ jobs:
uses: ./.github/composite_actions/run_xcodebuild_test
with:
project_path: ./AmplifyPlugins/Storage/
workspace: StoragePlugin
workspace: StoragePlugin.xcworkspace
scheme: AWSS3StoragePlugin

0 comments on commit e8f851a

Please sign in to comment.