test: fix cache
This commit is contained in:
parent
47f47b86f3
commit
d30243e1a6
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -21,9 +21,9 @@ jobs:
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
- name: Get yarn cache dir path
|
||||
- name: Get yarn cache directory path
|
||||
id: yarn-cache-dir-path
|
||||
run: echo "::set-outpout name=dir::$(yarn cache dir)"
|
||||
run: echo "::set-output name=dir::$(yarn cache dir)"
|
||||
- uses: actions/cache@v2
|
||||
id: yarn-cache
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user