Skip to content

Commit 73455ce

Browse files
committed
Fix action steps
1 parent 0b10ab5 commit 73455ce

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ jobs:
2727
- name: Run build script
2828
run: bash build.sh
2929

30-
# Build test iOS App
31-
- name: Build Test iOS App
30+
# Build test iOS App - Clean
31+
- name: Prep Test iOS App
3232
run: xcodebuild clean -project "example/iOS Test App/iOS Test App.xcodeproj"
33+
34+
# Build test iOS App - Build
35+
- name: Build Test iOS App
3336
run: xcodebuild build -project "example/iOS Test App/iOS Test App.xcodeproj" -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO -arch x86_64
3437

0 commit comments

Comments
 (0)