File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 44name : SwiftUI-WorkoutApp CI
55
66on :
7+ push :
8+ branches : [ "main", "develop" ]
79 pull_request :
8- branches : [main, develop]
10+ branches : [ " main", " develop" ]
911
1012jobs :
1113 test :
1214 runs-on : macos-latest
13- timeout-minutes : 1
1415
1516 steps :
1617 - uses : actions/checkout@v4
1718
18- - name : Xcode Version
19- run : xcodebuild -version
20-
21- - name : Run Unit Tests
19+ - name : Build and Test
2220 run : |
21+ xcodebuild build \
22+ -scheme "SwiftUI-WorkoutApp" \
23+ -destination "platform=iOS Simulator,OS=latest" \
24+ CODE_SIGNING_ALLOWED=NO
25+
26+ # Запуск тестов с тест-планом
2327 xcodebuild test \
24- -scheme SwiftUI-WorkoutApp \
25- -destination 'platform=iOS Simulator,OS=latest' \
28+ -scheme "SwiftUI-WorkoutApp" \
29+ -testPlan "SwiftUI-WorkoutApp" \
30+ -destination "platform=iOS Simulator,OS=latest" \
2631 CODE_SIGNING_ALLOWED=NO
You can’t perform that action at this time.
0 commit comments