From 19290bd370d410e792f2e6b4e26686b5adc66ace Mon Sep 17 00:00:00 2001 From: Jose Luque Date: Thu, 14 Dec 2023 11:41:54 +0100 Subject: [PATCH] chore(INFRA-1282): update yarn settings --- .github/workflows/build-test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index eccb331..7f2f1e9 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -17,7 +17,7 @@ jobs: node-version-file: '.nvmrc' cache: 'yarn' - name: Install Yarn dependencies - run: yarn + run: yarn --immutable build: name: Build @@ -60,7 +60,7 @@ jobs: with: node-version-file: '.nvmrc' cache: 'yarn' - - run: yarn --immutable --immutable-cache + - run: yarn - run: yarn test - name: Require clean working directory shell: bash @@ -68,4 +68,5 @@ jobs: if ! git diff --exit-code; then echo "Working tree dirty at end of job" exit 1 - fi \ No newline at end of file + fi +