Skip to content

Commit 02f31dc

Browse files
authored
Update swift.yml
Убрал фазу билда
1 parent 5a3d8e9 commit 02f31dc

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/swift.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# This workflow will build a Swift project
2-
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
1+
# Воркфлоу для запуска unit-тестов
2+
# Документация тут: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
33

44
name: SwiftUI-WorkoutApp CI
55

@@ -23,19 +23,11 @@ jobs:
2323
2424
- name: List Available Simulators
2525
run: xcrun simctl list devices
26-
27-
- name: Build App
28-
run: |
29-
xcodebuild build \
30-
-scheme "SwiftUI-WorkoutApp" \
31-
-destination "platform=iOS Simulator,name=iPhone 16 Pro,OS=18.2" \
32-
CODE_SIGNING_ALLOWED=NO
3326

3427
- name: Run Tests
3528
run: |
3629
xcodebuild test \
3730
-scheme "SwiftUI-WorkoutApp" \
3831
-testPlan "SwiftUI-WorkoutApp" \
3932
-destination "platform=iOS Simulator,name=iPhone 16 Pro,OS=18.2" \
40-
CODE_SIGNING_ALLOWED=NO \
41-
-verbose
33+
CODE_SIGNING_ALLOWED=NO

0 commit comments

Comments
 (0)