From a271f5389461330b51701bfc0ab87105633448be Mon Sep 17 00:00:00 2001 From: Junyeong choi <106458638+J0onYEong@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:59:11 +0900 Subject: [PATCH] =?UTF-8?q?[IDLE-000]=20tuist=20=EC=84=A4=EC=B9=98=20?= =?UTF-8?q?=EC=9C=84=EC=B9=98=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/merge_to_develop_on_pr.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/merge_to_develop_on_pr.yml b/.github/workflows/merge_to_develop_on_pr.yml index 9b669008..08831b04 100644 --- a/.github/workflows/merge_to_develop_on_pr.yml +++ b/.github/workflows/merge_to_develop_on_pr.yml @@ -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 }} @@ -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