From a73e267b16bd58c22685b63817bd8cd8cec975af Mon Sep 17 00:00:00 2001 From: Mike Benowitz Date: Tue, 9 Mar 2021 12:14:41 -0500 Subject: [PATCH] NOREF Remove install and build from action --- .github/workflows/build-qa.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build-qa.yml b/.github/workflows/build-qa.yml index 85e5506a..a1e94446 100644 --- a/.github/workflows/build-qa.yml +++ b/.github/workflows/build-qa.yml @@ -26,11 +26,6 @@ jobs: uses: actions/setup-node@v2 with: { node-version: "${{ steps.nvmrc.outputs.NODE_VERSION }}" } - - name: build next.js app - run: | - npm install - npm build - - name: Configure AWS credentials from Test account uses: aws-actions/configure-aws-credentials@v1 with: