Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
๐Ÿ’š :: [#210] CI ์žฌ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
junseopark0331 committed May 25, 2024
1 parent 58cd8a3 commit e044763
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
xcode-version: latest

- name: install tuist
run: curl -Ls https://install.tuist.io | bash
run: mise install tuist

- name: configure GoogleService-Info.plist
run: |
Expand All @@ -70,7 +70,7 @@ jobs:

- name: Install dependencies
if: steps.cache_dependencies.outputs.cache-hit != 'true'
run: tuist fetch
run: tuist install

- name: build tuist
run: TUIST_CI=1 tuist build
Expand All @@ -81,16 +81,16 @@ jobs:
ENCRYPTED_GPLIST_FILE_PATH: ${{ 'iOS/Resources/GoogleService-Info.plist.gpg' }}
DECRYPTED_GPLIST_FILE_PATH: ${{ 'iOS/Resources/GoogleService-Info.plist' }}
GPLIST_PW: ${{ secrets.GOOGLE_SERVICE_ENCRYPTO_PW }}
runs-on: macos-latest
runs-on: macos-14
needs: prepare-dependency

steps:
- uses: actions/checkout@v2
with:
xcode-version: latest
xcode-version: 15.2

- name: install tuist
run: curl -Ls https://install.tuist.io | bash
run: mise install tuist

- name: configure GoogleService-Info.plist
run: |
Expand All @@ -105,7 +105,7 @@ jobs:

- name: Install dependencies
if: steps.cache_dependencies.outputs.cache-hit != 'true'
run: tuist fetch
run: tuist install

- name: test tuist
run: TUIST_CI=1 tuist test
Expand Down

0 comments on commit e044763

Please sign in to comment.