Skip to content

Commit

Permalink
NOREF Remove install and build from action
Browse files Browse the repository at this point in the history
  • Loading branch information
mwbenowitz committed Mar 9, 2021
1 parent 28b3ee4 commit a73e267
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a73e267

Please sign in to comment.