Skip to content

Commit

Permalink
Update ci_cd.yml
Browse files Browse the repository at this point in the history
Removed old build steps
  • Loading branch information
Miggets7 authored Aug 28, 2024
1 parent a3cda48 commit 726cc97
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@ jobs:
- name: CocoaPod Install
run: pod install --project-directory=./GenericApp

- name: Build GenericApp
run: xcodebuild -workspace GenericApp/GenericApp.xcodeproj/project.xcworkspace -scheme GenericApp -configuration Release -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 12' -allowProvisioningUpdates

- name: Test GenericApp
run: xcodebuild -workspace GenericApp/GenericApp.xcodeproj/project.xcworkspace -scheme GenericApp -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 12' test -allowProvisioningUpdates

- name: build archive
run: |
xcodebuild -workspace GenericApp/GenericApp.xcodeproj/project.xcworkspace -scheme "GenericApp" \
Expand Down

0 comments on commit 726cc97

Please sign in to comment.