We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ce58e commit e120c3bCopy full SHA for e120c3b
.github/workflows/CI.yml
@@ -134,7 +134,7 @@ jobs:
134
- name: Test - ${{ matrix.macOSDestination }}
135
run: |
136
set -o pipefail
137
- xcodebuild test -workspace "${{ env.WORKSPACE_NAME }}" -scheme "${{ env.OSXSCHEME }}" -destination "${{ matrix.macOSDestination }}" -configuration Debug CODE_SIGNING_ALLOWED=NO | xcpretty -c
+ xcodebuild test -workspace "${{ env.WORKSPACE_NAME }}" -scheme "${{ env.OSXSCHEME }}" -destination "${{ matrix.macOSDestination }}" -configuration Debug CODE_SIGNING_ALLOWED=NO
138
mv ~/Library/Developer/Xcode/DerivedData/ ./DerivedData/macOS
139
140
- name: Test - ${{ matrix.tvOSDestination }}
0 commit comments