ci: restore cache for snapshot release workflow (#3472)

Signed-off-by: Kush Trivedi <kushthedude@gmail.com>
This commit is contained in:
Kush Trivedi 2021-01-14 23:36:57 +05:30 committed by GitHub
parent 827525c92d
commit 49e287b110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,6 @@ jobs:
- name: Install test dependencies
run: |
cd ./main/tests/cypress
npm cache clean --force
npm i -g yarn
yarn install