From f2f015b9ae5e9ebfc06ee7bd72feb6356b47415b Mon Sep 17 00:00:00 2001 From: Michael FIG Date: Mon, 29 Apr 2024 11:10:14 -0600 Subject: [PATCH] ci(restore-node): `corepack enable` to accommodate Endo --- .github/actions/restore-node/action.yml | 2 ++ .github/workflows/integration.yml | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/restore-node/action.yml b/.github/actions/restore-node/action.yml index 9cb37d4e3d1..72c5e9d9da6 100644 --- a/.github/actions/restore-node/action.yml +++ b/.github/actions/restore-node/action.yml @@ -114,6 +114,8 @@ runs: ${{ inputs.path }}/endo-sha.txt - uses: kenchan0130/actions-system-info@master id: system-info + - run: corepack enable + shell: bash - name: restore built files id: built uses: actions/cache@v4 diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 8a0cb0cc1c6..f7a0e08fc83 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -243,9 +243,7 @@ jobs: ignore-endo-branch: 'true' id: restore-node - name: setup a3p-integration - run: | - corepack enable - yarn install + run: yarn install working-directory: a3p-integration - name: verify SDK image didn't change # In the future when we can rebuild the SDK image with resolved endo packages, it would