chore: allow reruns of yarn install for yarn non pnp resolution

This commit is contained in:
Karol Sójko
2022-10-14 13:46:08 +02:00
parent 0738342cd6
commit 38385dee90

View File

@@ -92,7 +92,6 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --immutable
- name: Build
@@ -144,7 +143,6 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --immutable
- name: Build
@@ -196,7 +194,6 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --immutable
- name: Build
@@ -248,7 +245,6 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --immutable
- name: Build
@@ -324,7 +320,6 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --immutable
- name: Build