From d3ac354e93189dac440496856b52f91fbaf27dcb Mon Sep 17 00:00:00 2001 From: J0onYEong Date: Wed, 10 Jul 2024 15:15:17 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[IDLE-000]=20CI=20=EB=B0=94=EC=9D=B4?= =?UTF-8?q?=EB=84=88=EB=A6=AC=ED=8C=8C=EC=9D=BC=20=EC=BA=90=EC=8B=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/merge_to_develop_on_pr.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/merge_to_develop_on_pr.yml b/.github/workflows/merge_to_develop_on_pr.yml index 764392c0..e5acaf3c 100644 --- a/.github/workflows/merge_to_develop_on_pr.yml +++ b/.github/workflows/merge_to_develop_on_pr.yml @@ -9,6 +9,7 @@ on: #4. checkout tuist project repository #5. fetch XCConfig from repository #6. test tuist project +#7. cache binary jobs: test: @@ -65,8 +66,17 @@ jobs: run: | cd project tuist install + tuist cache tuist test + #7. cache binaries + - name: cache binary + id: cache-binary + uses: actions/cache@v4 + with: + path: /Users/runner/.cache/tuist-cloud + key: ${{ runner.os }}-tuist@${{ env.TUIST_VERSION }} + From 3e071c2f697581c69c52527aebad36583da630a8 Mon Sep 17 00:00:00 2001 From: J0onYEong Date: Wed, 10 Jul 2024 15:16:36 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[IDLE-000]=20CI=EC=95=A1=EC=85=98=EC=97=90?= =?UTF-8?q?=20workflow=5Fdispatch=EC=98=B5=EC=85=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/merge_to_develop_on_pr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/merge_to_develop_on_pr.yml b/.github/workflows/merge_to_develop_on_pr.yml index e5acaf3c..1388fffd 100644 --- a/.github/workflows/merge_to_develop_on_pr.yml +++ b/.github/workflows/merge_to_develop_on_pr.yml @@ -2,6 +2,8 @@ name: PR to [develop] on: pull_request: branches: [ develop ] + workflow_dispatch: + #1. load mise #2. cache tuist