tmp: check if installing yarn helps linter and test cancellation issues

This commit is contained in:
Karol Sójko 2023-05-08 10:27:42 +02:00
parent c0f41bb9ea
commit eacb4e28d1
No known key found for this signature in database
GPG key ID: 50D9C5A8D4B8D73F

View file

@ -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