Skip to content

Commit

Permalink
fix(push): disable parallel testing in action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
atierian committed Oct 17, 2023
1 parent 9a9c611 commit 5c36787
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integ_test_push_notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
scheme: PushNotificationHostApp
destination: 'platform=iOS Simulator,name=iPhone 14,OS=latest'
xcode_path: '/Applications/Xcode_14.3.app'
other_flags: -parallel-testing-enabled NO

push-notification-integration-test-tvOS:
runs-on: macos-13
Expand Down Expand Up @@ -88,6 +89,7 @@ jobs:
destination: platform=tvOS Simulator,name=Apple TV 4K (3rd generation),OS=16.4
sdk: appletvsimulator
xcode_path: '/Applications/Xcode_14.3.app'
other_flags: -parallel-testing-enabled NO

push-notification-integration-test-watchOS:
runs-on: macos-13
Expand Down Expand Up @@ -129,3 +131,4 @@ jobs:
destination: platform=watchOS Simulator,name=Apple Watch Series 8 (45mm),OS=9.4
sdk: watchsimulator
xcode_path: '/Applications/Xcode_14.3.app'
other_flags: -parallel-testing-enabled NO

0 comments on commit 5c36787

Please sign in to comment.