Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
Removing unused build step.
  • Loading branch information
rod-dvla authored Oct 27, 2023
1 parent 93a7a5c commit 767396b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm run test
- name: Start LocalStack
run: |
Expand Down

0 comments on commit 767396b

Please sign in to comment.