Attach workspace

This commit is contained in:
Anant Bhasin 2021-08-25 20:17:02 +00:00 committed by GitHub
parent 155ab35beb
commit fa1252c210
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,8 @@ save-npm-cache-linux: &save-npm-cache-linux
paths: paths:
- ./node_modules - ./node_modules
restore-npm-cache-mac: &restore-npm-cache-mac restore-npm-cache-mac: &restore-npm-cache-mac
name: Restore NPM cache name: Restore NPM cache
key: node-v1-mac-{{ checksum "yarn.lock" }} key: node-v1-mac-{{ checksum "yarn.lock" }}
@ -203,6 +205,9 @@ commands:
steps: steps:
- checkout - checkout
- attach_workspace:
at: android
- restore_cache: *restore-npm-cache-linux - restore_cache: *restore-npm-cache-linux
- run: npm install -g yarn - run: npm install -g yarn