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 662849a commit 216fbf7Copy full SHA for 216fbf7
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
./Scripts/process.sh
26
exit $?
27
- name: Build and test
28
- run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -scheme 'CryptomatorCryptoLib' -destination 'platform=macOS' -derivedDataPath $DERIVED_DATA_PATH -enableCodeCoverage YES clean test | xcbeautify
+ run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -scheme 'CryptomatorCryptoLib' -destination "name=$DEVICE" -derivedDataPath $DERIVED_DATA_PATH -enableCodeCoverage YES clean test | xcbeautify
29
- name: Upload code coverage report
30
run: |
31
gem install slather
0 commit comments