ci: check for shared additionally to packages

This commit is contained in:
iCrawl
2022-08-14 21:04:51 +02:00
parent 1211c7fc10
commit 90e7aea443
4 changed files with 37 additions and 17 deletions

View File

@@ -32,7 +32,6 @@ jobs:
with:
node-version: 16
cache: 'yarn'
cache-dependency-path: yarn.lock
- name: Install dependencies
run: yarn --immutable
@@ -84,7 +83,6 @@ jobs:
with:
node-version: 16
cache: 'yarn'
cache-dependency-path: yarn.lock
- name: Install dependencies
run: yarn --immutable