From ce70aa7349d1d511671c1fa65bcd34614f94abc7 Mon Sep 17 00:00:00 2001 From: Manish Gupta Date: Tue, 28 Nov 2023 17:34:32 +0530 Subject: [PATCH] wip --- .github/workflows/build-test-pull-request.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-test-pull-request.yml b/.github/workflows/build-test-pull-request.yml index f96704015..60f3482d7 100644 --- a/.github/workflows/build-test-pull-request.yml +++ b/.github/workflows/build-test-pull-request.yml @@ -21,11 +21,14 @@ jobs: node-version: 18.x # cache: "yarn" - - name: Run install - uses: borales/actions-yarn@v4 - with: - cmd: corepack enable && install # will run `yarn install` command - + - name: Enabling Corepack + run: corepack enable + + # - name: Run install + # uses: borales/actions-yarn@v4 + # with: + # cmd: install # will run `yarn install` command + - name: Get changed files id: changed-files uses: tj-actions/changed-files@v38