From 064a85cd65d2c0072d3ee2373d40cad9335b584e Mon Sep 17 00:00:00 2001 From: DmitryAnansky Date: Mon, 20 Jan 2025 14:38:10 +0200 Subject: [PATCH] chore: update smoke tests --- .github/workflows/smoke.yaml | 69 ------------------------------------ 1 file changed, 69 deletions(-) diff --git a/.github/workflows/smoke.yaml b/.github/workflows/smoke.yaml index b70f1032f1..96ee926ffc 100644 --- a/.github/workflows/smoke.yaml +++ b/.github/workflows/smoke.yaml @@ -104,58 +104,6 @@ jobs: node-version: 18 - run: bash ./__tests__/smoke/run-smoke.sh "npm i redoc redocly-cli.tgz" "npm run" - run-smoke--npm--node-16: - needs: prepare-smoke - runs-on: ubuntu-latest - steps: - - uses: actions/cache@v3 - with: - path: __tests__/smoke/ - key: cache-${{ github.run_id }}-${{ github.run_attempt }} - - uses: actions/setup-node@v3 - with: - node-version: 16 - - run: bash ./__tests__/smoke/run-smoke.sh "npm i redocly-cli.tgz" "npm run" - - run-smoke--npm--node-16--redoc: - needs: prepare-smoke - runs-on: ubuntu-latest - steps: - - uses: actions/cache@v3 - with: - path: __tests__/smoke/ - key: cache-${{ github.run_id }}-${{ github.run_attempt }} - - uses: actions/setup-node@v3 - with: - node-version: 16 - - run: bash ./__tests__/smoke/run-smoke.sh "npm i redoc redocly-cli.tgz" "npm run" - - run-smoke--npm--node-14: - needs: prepare-smoke - runs-on: ubuntu-latest - steps: - - uses: actions/cache@v3 - with: - path: __tests__/smoke/ - key: cache-${{ github.run_id }}-${{ github.run_attempt }} - - uses: actions/setup-node@v3 - with: - node-version: 14 - - run: bash ./__tests__/smoke/run-smoke.sh "npm i redocly-cli.tgz" "npm run" - - run-smoke--npm--node-14--redoc: - needs: prepare-smoke - runs-on: ubuntu-latest - steps: - - uses: actions/cache@v3 - with: - path: __tests__/smoke/ - key: cache-${{ github.run_id }}-${{ github.run_attempt }} - - uses: actions/setup-node@v3 - with: - node-version: 14 - - run: bash ./__tests__/smoke/run-smoke.sh "npm i redoc redocly-cli.tgz" "npm run" - run-smoke--yarn--node-22: needs: prepare-smoke runs-on: ubuntu-latest @@ -234,23 +182,6 @@ jobs: node-version: 18 - run: bash ./__tests__/smoke/run-smoke.sh "yarn add redoc ./redocly-cli.tgz" "yarn" - run-smoke--webpack--node-14: - needs: prepare-smoke - runs-on: ubuntu-latest - steps: - - uses: actions/cache@v3 - with: - path: __tests__/smoke/ - key: cache-${{ github.run_id }}-${{ github.run_attempt }} - - uses: actions/setup-node@v3 - with: - node-version: 14 - - run: | - cd __tests__/smoke/ - node bundle.js --version - node bundle.js lint openapi.yaml --extends minimal - node bundle.js bundle openapi.yaml - run-smoke--npm--node-18--windows: needs: prepare-smoke runs-on: windows-latest