Browse Source

Update node.js.yml

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

1
.github/workflows/node.js.yml

@ -25,6 +25,7 @@ jobs:
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- run: cd bot
- run: npm ci - run: npm ci
- run: npm run build --if-present - run: npm run build --if-present
- run: npm test - run: npm test

Loading…
Cancel
Save