Skip to content

Commit 11f25e3

Browse files
committed
clean cache with force
1 parent 6c20666 commit 11f25e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/smoke.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,9 @@ jobs:
317317
with:
318318
node-version: 20
319319
- name: Clear Yarn Cache
320-
run: yarn cache clean
320+
run: |
321+
yarn cache clean --force
322+
npm cache clean --force
321323
- run: |
322324
bash ./tests/smoke/basic/run-smoke.sh "yarn add ./redocly-cli.tgz" "yarn"
323325

0 commit comments

Comments
 (0)