Skip to content
Snippets Groups Projects
Unverified Commit d30243e1 authored by GyDi's avatar GyDi Committed by GitHub
Browse files

test: fix cache

parent 47f47b86
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment