Skip to content

Commit 37e6409

Browse files
committed
Update CI build
1 parent 77f2e47 commit 37e6409

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
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
@@ -33,8 +31,6 @@ jobs:
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: |
@@ -44,9 +40,9 @@ jobs:
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: |

0 commit comments

Comments
 (0)