File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -308,24 +308,6 @@ jobs:
308308 sleep 5 && bash ./tests/smoke/smoke-basic/run-smoke.sh "yarn add ./redocly-cli.tgz" "yarn" && break
309309 done
310310
311- run-smoke--yarn--node-20--redoc :
312- needs : prepare-smoke
313- runs-on : ubuntu-latest
314- steps :
315- - uses : actions/cache@v3
316- with :
317- path : tests/smoke/smoke-basic/
318- key : cache-${{ github.run_id }}-${{ github.run_attempt }}
319- - uses : actions/setup-node@v3
320- with :
321- node-version : 20
322- - name : Clear Yarn Cache
323- run : yarn cache clean
324- - run : |
325- for i in {1..2}; do # workaround for yarn cache issue
326- sleep 5 && bash ./tests/smoke/smoke-basic/run-smoke.sh "yarn add redoc ./redocly-cli.tgz" "yarn" && break
327- done
328-
329311 run-smoke--npm--node-20--windows :
330312 needs : prepare-smoke
331313 runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments