Skip to content

Commit 49882ae

Browse files
committed
Fix build
1 parent 2b06424 commit 49882ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ jobs:
4343
- name: build
4444
run: |
4545
sh ./Consumption-Tests/Shared/carthage.sh bootstrap --use-xcframeworks
46-
sh ./Consumption-Tests/run-tests-CI-latest.sh -skip-carthage-checkouts
46+
set -o pipefail && env NSUnbufferedIO=YES xcodebuild \
47+
-project PusherSwift.xcodeproj \
48+
-scheme PusherSwift \
49+
build
4750
4851
publish-cocoapods:
4952
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)