Skip to content

Commit

Permalink
[IDLE-000] tuist 설치 위치 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
J0onYEong authored Nov 18, 2024
1 parent c42a9dd commit a271f53
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/merge_to_develop_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: install tuist
if: steps.cache-tuist.outputs.cache-hit != 'true'
run: |
mise config set local-path /Users/runner/.local/share/mise/shims
mise install tuist@${{ env.TUIST_VERSION }}
mise use -g tuist@${{ env.TUIST_VERSION }}
Expand Down Expand Up @@ -92,19 +93,7 @@ jobs:
mkdir -p /Users/runner/spm_builds
cp -r '${{ github.workspace }}/project/Tuist/.build' /Users/runner/spm_builds
cp '${{ github.workspace }}/project/Tuist/Package.swift' /Users/runner/spm_builds
#9. update cache .build & Package.swift
- name: cache build
uses: actions/cache@v4
with:
path: /Users/runner/spm_builds/.build
key: spm-build
- name: cache package
uses: actions/cache@v4
with:
path: /Users/runner/spm_builds/Package.swift
key: spm-package

ls -l /Users/runner/spm_builds
#10. 프로젝트 테스트 시작
- name: Test project
Expand Down

0 comments on commit a271f53

Please sign in to comment.