Skip to content

Commit

Permalink
fix: run 실행구문 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Do-hyun-Kim authored Jan 12, 2024
1 parent ae7320d commit 8393e4e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
command: 'build'
arguments: ''

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

- 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"
Expand Down

0 comments on commit 8393e4e

Please sign in to comment.