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 6089238
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 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 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

0 comments on commit 6089238

Please sign in to comment.