Skip to content

Commit

Permalink
fix: Tuist Action 제거 run 명령어로 Tuist 실행
Browse files Browse the repository at this point in the history
  • Loading branch information
Do-hyun-Kim authored Jan 12, 2024
1 parent 9f5d76c commit d92e159
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,20 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v3

- name: Install Tuist CLI
run: curl -Ls https://install.tuist.io | bash

- name: Tuist Clean Command
uses: tuist/[email protected]
with:
command: 'clean'
arguments: ''
run: tuist clean

- name: Tuist Fetch Command
uses: tuist/[email protected]
with:
command: 'fetch'
arguments: ''
run: tuist fetch

- name: Tuist generate Command
run: tuist generate

- name: Tuist Generate Command
uses: tuist/[email protected]
with:
command: 'generate'
arguments: ''
- name: Tuist Build Command
uses: tuist/[email protected]
with:
command: 'build'
arguments: ''

run: tuist build

- name: bibbi app scheme output # Bibbi App Scheme Output Code
run: xcodebuild -list -workspace "Bibbi.xcworkspace"
Expand Down

0 comments on commit d92e159

Please sign in to comment.