From 18c1f1c0c08e2d7061d17af4fedba5508793c996 Mon Sep 17 00:00:00 2001 From: Junyeong choi <106458638+J0onYEong@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:21:37 +0900 Subject: [PATCH] =?UTF-8?q?[IDLE-000]=20=EC=9B=8C=ED=81=AC=ED=94=8C?= =?UTF-8?q?=EB=A1=9C=EC=9A=B0=20tuist=20install=20=EC=8B=A4=ED=96=89?= =?UTF-8?q?=EC=A1=B0=EA=B1=B4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/merge_to_develop_on_pr.yml | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/.github/workflows/merge_to_develop_on_pr.yml b/.github/workflows/merge_to_develop_on_pr.yml index 3df4c766..aa886608 100644 --- a/.github/workflows/merge_to_develop_on_pr.yml +++ b/.github/workflows/merge_to_develop_on_pr.yml @@ -79,27 +79,13 @@ jobs: echo "::set-output name=is_same::false" diff /Users/runner/spm_builds/Package.swift Package.swift > /dev/null && \ echo "::set-output name=is_same::true" - - # debuging --- - - name: Debug Cache Build - run: | - echo "cache-spm-build.cache-hit: ${{ steps.cache-spm-build.outputs.cache-hit }}" - - - name: Debug Cached Package.swift - run: | - echo "cache-package-swift.cache-hit: ${{ steps.cache-package-swift.outputs.cache-hit }}"

 - - - name: Debug Diff Package.swift - run: | - echo "check-diff-package-swift.is_same: ${{ steps.check-diff-package-swift.outputs.is_same }}" - # debuging --- #8. tuist install - name: Tuist install if: > - (steps.check-diff-package-swift.outputs.is_same == 'false') || - (steps.cache-spm-build.outputs.cache-hit == 'false') || - (steps.cache-package-swift.outputs.cache-hit == 'false') + (steps.check-diff-package-swift.outputs.is_same != 'true') || + (steps.cache-spm-build.outputs.cache-hit != 'true') || + (steps.cache-package-swift.outputs.cache-hit != 'true') run: | cd project tuist install