Skip to content

Commit 4cbfea2

Browse files
authored
Update swift.yml
1 parent fcb2d55 commit 4cbfea2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/swift.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
-scheme "SwiftUI-WorkoutApp" \
3232
-destination "platform=iOS Simulator,name=iPhone 15 Pro,OS=17.5" \
3333
CODE_SIGNING_ALLOWED=NO
34-
35-
# Тесты
36-
xcodebuild test \
37-
-scheme "SwiftUI-WorkoutApp" \
38-
-testPlan "SwiftUI-WorkoutApp" \
39-
-destination "platform=iOS Simulator,name=iPhone 15 Pro,OS=17.5" \
40-
CODE_SIGNING_ALLOWED=NO
34+
35+
- name: Save Build Log
36+
run: |
37+
xcodebuild build ... 2>&1 | tee build.log
38+
echo "BUILD_LOG<<EOF" >> $GITHUB_ENV
39+
cat build.log >> $GITHUB_ENV
40+
echo "EOF" >> $GITHUB_ENV

0 commit comments

Comments
 (0)