mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-06-09 15:51:23 +00:00
chore: remove cache
This commit is contained in:
parent
34effc2ef5
commit
8373dec1af
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
@ -17,16 +17,16 @@ jobs:
|
||||
with:
|
||||
node-version: 14
|
||||
- uses: actions/checkout@v2
|
||||
- name: Get yarn cache directory path
|
||||
id: yarn-cache-dir-path
|
||||
run: echo "::set-output name=dir::$(yarn cache dir)"
|
||||
- uses: actions/cache@v2
|
||||
id: yarn-cache
|
||||
with:
|
||||
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
||||
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-
|
||||
# - name: Get yarn cache directory path
|
||||
# id: yarn-cache-dir-path
|
||||
# run: echo "::set-output name=dir::$(yarn cache dir)"
|
||||
# - uses: actions/cache@v2
|
||||
# id: yarn-cache
|
||||
# with:
|
||||
# path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
||||
# key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
||||
# restore-keys: |
|
||||
# ${{ runner.os }}-yarn-
|
||||
- run: yarn --prefer-offline --frozen-lockfile
|
||||
- run: yarn run check
|
||||
- run: yarn run build
|
||||
|
Loading…
x
Reference in New Issue
Block a user