We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dcb863 commit fb613a9Copy full SHA for fb613a9
.github/workflows/main.yml
@@ -13,16 +13,17 @@ jobs:
13
- name: Get yarn cache
14
id: yarn-cache
15
run: echo "::set-output name=dir::$(yarn cache dir)"
16
- - name: yarn install
17
- uses: borales/[email protected]
18
- with:
19
- cmd: install
+
20
- uses: actions/cache@v1
21
with:
22
path: ${{ steps.yarn-cache.outputs.dir }}
23
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
24
restore-keys: |
25
${{ runner.os }}-yarn-
+ - name: yarn install
+ uses: borales/[email protected]
+ with:
26
+ cmd: install
27
- name: curl
28
uses: wei/curl@master
29
0 commit comments