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:
- ./node_modules
restore-npm-cache-mac: &restore-npm-cache-mac
name: Restore NPM cache
key: node-v1-mac-{{ checksum "yarn.lock" }}
@ -202,6 +204,9 @@ commands:
default: ""
steps:
- checkout
- attach_workspace:
at: android
- restore_cache: *restore-npm-cache-linux