1 parent ca9b975 commit 06485ceCopy full SHA for 06485ce
1 file changed
.github/workflows/main.yml
@@ -7,26 +7,19 @@ on:
7
branches: [ "main" ]
8
9
jobs:
10
- build-and-test:
+ build:
11
runs-on: macos-latest
12
13
steps:
14
- - name: Checkout repository
+ - name: Checkout
15
uses: actions/checkout@v3
16
17
- - name: Select Xcode version
+ - name: Select Xcode
18
run: sudo xcode-select -switch /Applications/Xcode.app
19
20
- - name: Build project
+ - name: Build
21
run: |
22
xcodebuild clean build \
23
-project "Leaf Lens.xcodeproj" \
24
-scheme "Leaf Lens" \
25
-destination 'generic/platform=iOS Simulator'
26
-
27
- - name: Run Unit Tests
28
- run: |
29
- xcodebuild test \
30
- -project "Leaf Lens.xcodeproj" \
31
- -scheme "Leaf Lens" \
32
- -destination 'generic/platform=iOS Simulator'
0 commit comments