Skip to content

Commit

Permalink
feat: Tuist Build Command 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Do-hyun-Kim authored Jan 12, 2024
1 parent ee0c352 commit f9a6c63
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v3

- name: Tuist Clean Command
uses: tuist/tuist-action@0.13.0
with:
command: 'clean'
arguments: ''

- name: Tuist Fetch Command
uses: tuist/tuist-action@0.13.0
with:
Expand All @@ -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/tuist-action@0.13.0
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/codecov-action@v1.2.1
Expand Down

0 comments on commit f9a6c63

Please sign in to comment.