From eacb4e28d16f84766926f8328c6d77fafe5b6cd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Mon, 8 May 2023 10:27:42 +0200 Subject: [PATCH] tmp: check if installing yarn helps linter and test cancellation issues --- .github/workflows/pr.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 69117b215..300e3a0de 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -50,6 +50,9 @@ jobs: registry-url: 'https://registry.npmjs.org' node-version-file: '.nvmrc' + - name: Install Dependencies + run: yarn install --immutable + - name: Build if: steps.cache-build.outputs.cache-hit != 'true' run: yarn build @@ -79,6 +82,9 @@ jobs: registry-url: 'https://registry.npmjs.org' node-version-file: '.nvmrc' + - name: Install Dependencies + run: yarn install --immutable + - name: Build if: steps.cache-build.outputs.cache-hit != 'true' run: yarn build