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

Commit

Permalink
πŸ’š :: [#220] CI μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
junseopark0331 committed May 25, 2024
1 parent e044763 commit 520f5a5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,14 @@ 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: macos14
needs: prepare-dependency

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

- name: install tuist
run: mise install tuist
Expand Down Expand Up @@ -108,5 +109,5 @@ jobs:
run: tuist install

- name: test tuist
run: TUIST_CI=1 tuist test
run: TUIST_CI=1 tuist test--no-selective-testing

0 comments on commit 520f5a5

Please sign in to comment.