-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee0c352
commit f9a6c63
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,12 +18,6 @@ jobs: | |
- name: Checkout branch | ||
uses: actions/checkout@v3 | ||
|
||
- name: Tuist Clean Command | ||
uses: tuist/[email protected] | ||
with: | ||
command: 'clean' | ||
arguments: '' | ||
|
||
- name: Tuist Fetch Command | ||
uses: tuist/[email protected] | ||
with: | ||
|
@@ -35,11 +29,17 @@ jobs: | |
with: | ||
command: 'generate' | ||
arguments: '' | ||
# - name: bibbi app scheme output # Bibbi App Scheme Output Code | ||
# run: xcodebuild -list -workspace "Bibbi.xcworkspace" | ||
- name: Tuist Build Command | ||
uses: tuist/[email protected] | ||
with: | ||
command: 'build' | ||
arguments: '' | ||
|
||
- name: bibbi app scheme output # Bibbi App Scheme Output Code | ||
run: xcodebuild -list -workspace "Bibbi.xcworkspace" | ||
|
||
# - name: xcode build App 🛠️ # Bibbi App Build | ||
# run: xcodebuild clean build -workspace "Bibbi.xcworkspace" -scheme "${{ matrix.xcodebuild-scheme }}" -destination "platform=iOS Simulator,name=iPhone 13 mini,OS=latest" | ||
- name: xcode build App 🛠️ # Bibbi App Build | ||
run: xcodebuild clean build -workspace "Bibbi.xcworkspace" -scheme "${{ matrix.xcodebuild-scheme }}" -destination "platform=iOS Simulator,name=iPhone 13 mini,OS=latest" | ||
|
||
- name: Upload coverage to Codecov | ||
uses: codecov/[email protected] | ||
|