Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
This commit is contained in:
Nicolò Ribaudo
2020-10-05 17:39:14 +02:00
committed by GitHub
parent 5f83a8c1a2
commit 2a3dfa051a
7 changed files with 65 additions and 110 deletions

View File

@@ -29,6 +29,7 @@ jobs:
YARN_ENABLE_SCRIPTS: false # disable post-install scripts
YARN_NODE_LINKER: pnp # use pnp linker for better performance: it's meant to update yarn cache only
run: |
yarn dedupe --check
yarn install --immutable
test-coverage: