Skip to content

Commit

Permalink
chore: Fixing Push Notifications integration tests (#3126)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruisebas authored Aug 4, 2023
1 parent 3bf204a commit 150ac7f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/integ_test_push_notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions:
jobs:
push-notification-integration-test-iOS:
runs-on: macos-12
timeout-minutes: 20
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand Down Expand Up @@ -47,6 +48,7 @@ jobs:

push-notification-integration-test-tvOS:
runs-on: macos-13
timeout-minutes: 20
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand Down Expand Up @@ -81,12 +83,13 @@ jobs:
with:
project_path: ./AmplifyPlugins/Notifications/Push/Tests/PushNotificationHostApp
scheme: PushNotificationHostApp
destination: platform=tvOS Simulator,name=Apple TV 4K (3rd generation),OS=latest
destination: platform=tvOS Simulator,name=Apple TV 4K (3rd generation),OS=16.4
sdk: appletvsimulator
xcode_path: '/Applications/Xcode_14.3.app'

push-notification-integration-test-watchOS:
runs-on: macos-13
timeout-minutes: 20
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand Down Expand Up @@ -121,6 +124,6 @@ jobs:
with:
project_path: ./AmplifyPlugins/Notifications/Push/Tests/PushNotificationHostApp
scheme: PushNotificationWatchTests
destination: platform=watchOS Simulator,name=Apple Watch Series 8 (45mm),OS=latest
destination: platform=watchOS Simulator,name=Apple Watch Series 8 (45mm),OS=9.4
sdk: watchsimulator
xcode_path: '/Applications/Xcode_14.3.app'

0 comments on commit 150ac7f

Please sign in to comment.