Commit f0ae146ca053afb32291b6e4551dc866a29fd28c
1 parent
c639e493
chore: update workflow
Showing
1 changed file
with
11 additions
and
11 deletions
.github/workflows/ftp-schedule.yml
@@ -25,17 +25,17 @@ jobs: | @@ -25,17 +25,17 @@ jobs: | ||
25 | with: | 25 | with: |
26 | node-version: '14.x' | 26 | node-version: '14.x' |
27 | 27 | ||
28 | - - name: Get yarn cache | ||
29 | - id: yarn-cache | ||
30 | - run: echo "::set-output name=dir::$(yarn cache dir)" | ||
31 | - | ||
32 | - - name: Cache dependencies | ||
33 | - uses: actions/cache@v2 | ||
34 | - with: | ||
35 | - path: ${{ steps.yarn-cache.outputs.dir }} | ||
36 | - key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} | ||
37 | - restore-keys: | | ||
38 | - ${{ runner.os }}-yarn- | 28 | + # - name: Get yarn cache |
29 | + # id: yarn-cache | ||
30 | + # run: echo "::set-output name=dir::$(yarn cache dir)" | ||
31 | + | ||
32 | + # - name: Cache dependencies | ||
33 | + # uses: actions/cache@v2 | ||
34 | + # with: | ||
35 | + # path: ${{ steps.yarn-cache.outputs.dir }} | ||
36 | + # key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} | ||
37 | + # restore-keys: | | ||
38 | + # ${{ runner.os }}-yarn- | ||
39 | 39 | ||
40 | - name: Build | 40 | - name: Build |
41 | run: | | 41 | run: | |