From b81a38ee4e931fb61fd08311a546d65daf7544b2 Mon Sep 17 00:00:00 2001 From: Eduardo Quiros Date: Thu, 4 Aug 2022 00:02:08 -0600 Subject: [PATCH] remove build-web --- .github/workflows/node.js.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 4d8a64fa..22f0a461 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -29,24 +29,3 @@ jobs: cd ./api-gateway npm ci npm run build --if-present - build-web: - runs-on: ubuntu-latest - strategy: - matrix: - node-version: [14.x, 16.x, 18.x] - # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ - steps: - - name: checkout - uses: actions/checkout@v3 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 - with: - node-version: ${{ matrix.node-version }} - cache: 'npm' - - name: Test - env: - NODE_OPTIONS: '--openssl-legacy-provider' - run: | - cd ./web-ui/web-react/ - npm ci - npm run build --if-present