Browse Source

Fixed nodejs.yml

pull/75/head
Giovanni Giordano 6 years ago
parent
commit
6a6a31d99c
  1. 4
      .github/workflows/nodejs.yml

4
.github/workflows/nodejs.yml

@ -15,10 +15,6 @@ jobs: @@ -15,10 +15,6 @@ jobs:
- name: npm install, build, and test
run: |
npm ci
<<<<<<< HEAD:.github/workflows/nodejs.yml
=======
npm run build --if-present
>>>>>>> 6599f97088dcda01d7b05abe9afc732165f0af62:.github/workflows/nodejs.yml
npm run lint
npm test
env:

Loading…
Cancel
Save