chore: restore caching in pr workflow (#3457)

Signed-off-by: Kush Trivedi <kushthedude@gmail.com>
This commit is contained in:
Kush Trivedi 2021-01-08 23:19:02 +05:30 committed by GitHub
parent 5fd0272c5e
commit 3d021cd434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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