Skip to content

Commit e120c3b

Browse files
committed
Debug CI for unit test
1 parent 71ce58e commit e120c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- name: Test - ${{ matrix.macOSDestination }}
135135
run: |
136136
set -o pipefail
137-
xcodebuild test -workspace "${{ env.WORKSPACE_NAME }}" -scheme "${{ env.OSXSCHEME }}" -destination "${{ matrix.macOSDestination }}" -configuration Debug CODE_SIGNING_ALLOWED=NO | xcpretty -c
137+
xcodebuild test -workspace "${{ env.WORKSPACE_NAME }}" -scheme "${{ env.OSXSCHEME }}" -destination "${{ matrix.macOSDestination }}" -configuration Debug CODE_SIGNING_ALLOWED=NO
138138
mv ~/Library/Developer/Xcode/DerivedData/ ./DerivedData/macOS
139139
140140
- name: Test - ${{ matrix.tvOSDestination }}

0 commit comments

Comments
 (0)