Skip to content

Commit 73301b3

Browse files
committed
remove run-smoke--yarn--node-20--redoc due to the node version mismatch
1 parent c37115e commit 73301b3

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/smoke.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)