Browse Source

Update node.js.yml

pull/1/head
Abheek 4 years ago
committed by GitHub
parent
commit
75bddc66e2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/node.js.yml

5
.github/workflows/node.js.yml

@ -9,6 +9,10 @@ on:
pull_request:
branches: [ master ]
defaults:
run:
working-directory: web
jobs:
build:
@ -25,7 +29,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: cd bot
- run: npm ci
- run: npm run build --if-present
- run: npm test

Loading…
Cancel
Save