Skip to content

Commit 064a85c

Browse files
committed
chore: update smoke tests
1 parent 8e41a8e commit 064a85c

File tree

1 file changed

+0
-69
lines changed

1 file changed

+0
-69
lines changed

.github/workflows/smoke.yaml

Lines changed: 0 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -104,58 +104,6 @@ jobs:
104104
node-version: 18
105105
- run: bash ./__tests__/smoke/run-smoke.sh "npm i redoc redocly-cli.tgz" "npm run"
106106

107-
run-smoke--npm--node-16:
108-
needs: prepare-smoke
109-
runs-on: ubuntu-latest
110-
steps:
111-
- uses: actions/cache@v3
112-
with:
113-
path: __tests__/smoke/
114-
key: cache-${{ github.run_id }}-${{ github.run_attempt }}
115-
- uses: actions/setup-node@v3
116-
with:
117-
node-version: 16
118-
- run: bash ./__tests__/smoke/run-smoke.sh "npm i redocly-cli.tgz" "npm run"
119-
120-
run-smoke--npm--node-16--redoc:
121-
needs: prepare-smoke
122-
runs-on: ubuntu-latest
123-
steps:
124-
- uses: actions/cache@v3
125-
with:
126-
path: __tests__/smoke/
127-
key: cache-${{ github.run_id }}-${{ github.run_attempt }}
128-
- uses: actions/setup-node@v3
129-
with:
130-
node-version: 16
131-
- run: bash ./__tests__/smoke/run-smoke.sh "npm i redoc redocly-cli.tgz" "npm run"
132-
133-
run-smoke--npm--node-14:
134-
needs: prepare-smoke
135-
runs-on: ubuntu-latest
136-
steps:
137-
- uses: actions/cache@v3
138-
with:
139-
path: __tests__/smoke/
140-
key: cache-${{ github.run_id }}-${{ github.run_attempt }}
141-
- uses: actions/setup-node@v3
142-
with:
143-
node-version: 14
144-
- run: bash ./__tests__/smoke/run-smoke.sh "npm i redocly-cli.tgz" "npm run"
145-
146-
run-smoke--npm--node-14--redoc:
147-
needs: prepare-smoke
148-
runs-on: ubuntu-latest
149-
steps:
150-
- uses: actions/cache@v3
151-
with:
152-
path: __tests__/smoke/
153-
key: cache-${{ github.run_id }}-${{ github.run_attempt }}
154-
- uses: actions/setup-node@v3
155-
with:
156-
node-version: 14
157-
- run: bash ./__tests__/smoke/run-smoke.sh "npm i redoc redocly-cli.tgz" "npm run"
158-
159107
run-smoke--yarn--node-22:
160108
needs: prepare-smoke
161109
runs-on: ubuntu-latest
@@ -234,23 +182,6 @@ jobs:
234182
node-version: 18
235183
- run: bash ./__tests__/smoke/run-smoke.sh "yarn add redoc ./redocly-cli.tgz" "yarn"
236184

237-
run-smoke--webpack--node-14:
238-
needs: prepare-smoke
239-
runs-on: ubuntu-latest
240-
steps:
241-
- uses: actions/cache@v3
242-
with:
243-
path: __tests__/smoke/
244-
key: cache-${{ github.run_id }}-${{ github.run_attempt }}
245-
- uses: actions/setup-node@v3
246-
with:
247-
node-version: 14
248-
- run: |
249-
cd __tests__/smoke/
250-
node bundle.js --version
251-
node bundle.js lint openapi.yaml --extends minimal
252-
node bundle.js bundle openapi.yaml
253-
254185
run-smoke--npm--node-18--windows:
255186
needs: prepare-smoke
256187
runs-on: windows-latest

0 commit comments

Comments
 (0)