Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
Remove tests
  • Loading branch information
chase9 authored Feb 6, 2021
1 parent 1d15bd4 commit 9f48059
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build and test
- name: npm install, build # and test
run: |
npm ci
npm run build
npm test
# We don't have tests (yet?)
# npm test
env:
CI: true

Expand Down

0 comments on commit 9f48059

Please sign in to comment.