Skip to content

Commit

Permalink
test: remove pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
ruisebas committed Dec 23, 2024
1 parent 13b1ca2 commit 3ff10e3
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 31 deletions.
61 changes: 31 additions & 30 deletions .github/workflows/integ-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ on:
identifier:
required: true
type: string
pull_request_target:
branches:
- main
# pull_request_target:
# branches:
# - main
push:

permissions:
id-token: write
Expand All @@ -33,35 +34,35 @@ jobs:
fail-fast: false
matrix:
scheme:
- AWSMobileClient
- AWSAutoScaling
- AWSCloudWatch
- AWSComprehend
- AWSCore
- AWSDynamoDB
- AWSEC2
- AWSElasticLoadBalancing
- AWSIoT
- AWSKMS
- AWSKinesis
- AWSKinesisVideoSignaling
- AWSLambda
- AWSLex
- AWSPinpoint
- AWSPolly
- AWSRekognition
- AWSS3
- AWSSES
- AWSSNS
- AWSSQS
- AWSTextract
- AWSTranscribe
# - AWSMobileClient
# - AWSAutoScaling
# - AWSCloudWatch
# - AWSComprehend
# - AWSCore
# - AWSDynamoDB
# - AWSEC2
# - AWSElasticLoadBalancing
# - AWSIoT
# - AWSKMS
# - AWSKinesis
# - AWSKinesisVideoSignaling
# - AWSLambda
# - AWSLex
# - AWSPinpoint
# - AWSPolly
# - AWSRekognition
# - AWSS3
# - AWSSES
# - AWSSNS
# - AWSSQS
# - AWSTextract
# - AWSTranscribe
- AWSTranscribeStreaming
- AWSTranslate
# - AWSTranslate
include:
- project: AWSiOSSDKv2.xcodeproj
- project: AWSAuthSDK/AWSAuthSDK.xcodeproj
scheme: AWSMobileClient
# - project: AWSAuthSDK/AWSAuthSDK.xcodeproj
# scheme: AWSMobileClient

runs-on: macos-13
steps:
Expand Down Expand Up @@ -89,7 +90,7 @@ jobs:
-scheme ${{ matrix.scheme }} \
-sdk iphonesimulator \
-destination "platform=iOS Simulator,name=iPhone 14,OS=latest" \
-only-testing:"${{ matrix.scheme }}Tests" | xcpretty --simple --color --report junit && exit ${PIPESTATUS[0]}
-only-testing:"${{ matrix.scheme }}Tests" && exit ${PIPESTATUS[0]}
- name: Additional AWSMobileClient integration test targets
if: ${{ matrix.scheme == 'AWSMobileClient' }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class AWSTranscribeStreamingSwiftTests: XCTestCase {

/// Use this as our timeout value for any operation that hits the network. Note that this may need to be higher
/// than you think, to account for CI systems running in shared environments
private static let networkOperationTimeout = 30.0
private static let networkOperationTimeout = 60.0

var transcribeStreamingClient: AWSTranscribeStreaming!

Expand Down

0 comments on commit 3ff10e3

Please sign in to comment.