File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 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
44name : 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
You can’t perform that action at this time.
0 commit comments