Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
MaraMincho committed Dec 28, 2024
1 parent 3580535 commit 0826d07
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,19 @@ on:
jobs:
build:
runs-on: macos-latest

steps:
# 코드 체크아웃
- uses: actions/checkout@v4

# Swift 환경 설정
- uses: SwiftyLab/setup-swift@latest

- name: Get swift version
# Swift 버전 확인
- name: Get Swift version
run: swift --version

- name: Get Tree
run: tree .

# Build 및 Test 실행
- name: Build and Test Project
run: |
cd SwiftErrorArchiver
Expand Down

0 comments on commit 0826d07

Please sign in to comment.