File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 2323 key : ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
2424 restore-keys : |
2525 ${{ runner.os }}-spm-
26- - name : Install SwiftLint
27- run : brew install swiftlint
2826 - name : Run process.sh script
2927 run : |
3028 ./Scripts/process.sh
3331 run : |
3432 cd fastlane
3533 ./scripts/create-cloud-access-secrets.sh
36- - name : Select Xcode 15.3
37- run : sudo xcode-select -s /Applications/Xcode_15.3.app
3834 - name : Configuration for freemium
3935 if : ${{ matrix.config == 'freemium' }}
4036 run : |
4440 run : |
4541 echo "BUILD_CMD=SWIFT_ACTIVE_COMPILATION_CONDITIONS='\$(inherited) ALWAYS_PREMIUM'" >> $GITHUB_ENV
4642 - name : Build
47- run : set -o pipefail && env NSUnbufferedIO=YES xcodebuild clean build-for-testing -scheme 'AllTests' -destination "name=$DEVICE" -derivedDataPath $DERIVED_DATA_PATH ${{ env.BUILD_CMD }} | xcpretty
43+ run : set -o pipefail && env NSUnbufferedIO=YES xcodebuild clean build-for-testing -scheme 'AllTests' -destination "name=$DEVICE" -derivedDataPath $DERIVED_DATA_PATH ${{ env.BUILD_CMD }} | xcbeautify
4844 - name : Test
49- run : set -o pipefail && env NSUnbufferedIO=YES xcodebuild test-without-building -xctestrun $(find . -type f -name "*.xctestrun") -destination "name=$DEVICE" -derivedDataPath $DERIVED_DATA_PATH | xcpretty
45+ run : set -o pipefail && env NSUnbufferedIO=YES xcodebuild test-without-building -xctestrun $(find . -type f -name "*.xctestrun") -destination "name=$DEVICE" -derivedDataPath $DERIVED_DATA_PATH | xcbeautify
5046 - name : Upload code coverage report
5147 if : ${{ matrix.config == 'freemium' }}
5248 run : |
You can’t perform that action at this time.
0 commit comments