Skip to content

Commit 4e6a37c

Browse files
authored
chore: kickoff release
2 parents 12cd18c + 898713c commit 4e6a37c

File tree

417 files changed

+7217
-7291
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

417 files changed

+7217
-7291
lines changed

.github/workflows/deploy_package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
permissions:
1212
id-token: write
1313
contents: write
14+
actions: write
1415

1516
jobs:
1617
build-amplify-swift:

.github/workflows/deploy_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
permissions:
88
id-token: write
99
contents: write
10+
actions: write
1011

1112
jobs:
1213
release-stable:

.github/workflows/deploy_unstable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
permissions:
88
id-token: write
99
contents: write
10+
actions: write
1011

1112
jobs:
1213
release-unstable:

.github/workflows/integ_test_analytics.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
analytics-integration-test-iOS:
12-
runs-on: macos-12
12+
runs-on: macos-13
1313
environment: IntegrationTest
1414
steps:
1515
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -32,6 +32,8 @@ jobs:
3232
with:
3333
project_path: ./AmplifyPlugins/Analytics/Tests/AnalyticsHostApp
3434
scheme: AWSPinpointAnalyticsPluginIntegrationTests
35+
destination: 'platform=iOS Simulator,name=iPhone 14,OS=latest'
36+
xcode_path: '/Applications/Xcode_14.3.app'
3537

3638
analytics-integration-test-tvOS:
3739
runs-on: macos-13

.github/workflows/integ_test_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
prepare-for-test:
17-
runs-on: macos-12
17+
runs-on: macos-13
1818
environment: IntegrationTest
1919
steps:
2020
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

.github/workflows/integ_test_api_functional.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
api-functional-test-iOS:
12-
runs-on: macos-12
12+
runs-on: macos-13
1313
environment: IntegrationTest
1414
steps:
1515
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -32,6 +32,8 @@ jobs:
3232
with:
3333
project_path: ./AmplifyPlugins/API/Tests/APIHostApp
3434
scheme: AWSAPIPluginFunctionalTests
35+
destination: 'platform=iOS Simulator,name=iPhone 14,OS=latest'
36+
xcode_path: '/Applications/Xcode_14.3.app'
3537

3638
api-functional-test-tvOS:
3739
runs-on: macos-13

.github/workflows/integ_test_api_graphql_auth_directive.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
api-graphql-auth-directive-test-iOS:
12-
runs-on: macos-12
12+
runs-on: macos-13
1313
environment: IntegrationTest
1414
steps:
1515
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -32,6 +32,8 @@ jobs:
3232
with:
3333
project_path: ./AmplifyPlugins/API/Tests/APIHostApp
3434
scheme: AWSAPIPluginGraphQLAuthDirectiveTests
35+
destination: 'platform=iOS Simulator,name=iPhone 14,OS=latest'
36+
xcode_path: '/Applications/Xcode_14.3.app'
3537

3638
api-graphql-auth-directive-test-tvOS:
3739
runs-on: macos-13

.github/workflows/integ_test_api_graphql_iam.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
api-graphql-iam-test-iOS:
12-
runs-on: macos-12
12+
runs-on: macos-13
1313
environment: IntegrationTest
1414
steps:
1515
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -32,6 +32,8 @@ jobs:
3232
with:
3333
project_path: ./AmplifyPlugins/API/Tests/APIHostApp
3434
scheme: AWSAPIPluginGraphQLIAMTests
35+
destination: 'platform=iOS Simulator,name=iPhone 14,OS=latest'
36+
xcode_path: '/Applications/Xcode_14.3.app'
3537

3638
api-graphql-iam-test-tvOS:
3739
runs-on: macos-13

.github/workflows/integ_test_api_graphql_lambda_auth.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
api-graphql-lambda-auth-test-iOS:
12-
runs-on: macos-12
12+
runs-on: macos-13
1313
environment: IntegrationTest
1414
steps:
1515
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -32,6 +32,8 @@ jobs:
3232
with:
3333
project_path: ./AmplifyPlugins/API/Tests/APIHostApp
3434
scheme: AWSAPIPluginGraphQLLambdaAuthTests
35+
destination: 'platform=iOS Simulator,name=iPhone 14,OS=latest'
36+
xcode_path: '/Applications/Xcode_14.3.app'
3537

3638
api-graphql-lambda-auth-test-tvOS:
3739
runs-on: macos-13

.github/workflows/integ_test_api_graphql_lazy_load.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
api-lazy-load-test-iOS:
12-
runs-on: macos-12
12+
runs-on: macos-13
1313
environment: IntegrationTest
1414
steps:
1515
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -32,6 +32,8 @@ jobs:
3232
with:
3333
project_path: ./AmplifyPlugins/API/Tests/APIHostApp
3434
scheme: AWSAPIPluginLazyLoadTests
35+
destination: 'platform=iOS Simulator,name=iPhone 14,OS=latest'
36+
xcode_path: '/Applications/Xcode_14.3.app'
3537

3638
api-lazy-load-test-tvOS:
3739
runs-on: macos-13

0 commit comments

Comments
 (0)