Skip to content

Commit

Permalink
[FIX]
Browse files Browse the repository at this point in the history
  • Loading branch information
shyakdas committed Feb 15, 2024
1 parent 8189014 commit 8609fec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ jobs:
run: |
xcodebuild -resolvePackageDependencies
- name: Build and Test
- name: Build
run: |
xcodebuild \
-workspace BlogApp.xcworkspace \
-scheme BlogApp \
-destination 'platform=iOS Simulator,name=iPhone 12' \
-configuration Debug
build test
build

0 comments on commit 8609fec

Please sign in to comment.