mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-09-03 04:02:33 +02:00
Attempt to clear GH actions cache with key (#4878)
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -25,6 +25,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
cache: yarn
|
cache: yarn
|
||||||
|
key: node16
|
||||||
|
|
||||||
- name: Run ${{ matrix.command }}
|
- name: Run ${{ matrix.command }}
|
||||||
run: yarn && yarn build && yarn ${{ matrix.command }}
|
run: yarn && yarn build && yarn ${{ matrix.command }}
|
||||||
|
Reference in New Issue
Block a user