pull/530/head
Naor Peled 12 months ago
parent 3313bdf537
commit d4bce12e65

@ -29,6 +29,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: nyc npm test && nyc report --reporter=text-lcov | ./node_modules/coveralls/bin/coveralls.js
env:
COVERALLS_SERVICE_NAME: GithubActions

@ -21,6 +21,8 @@ jobs:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Run tests
run: npm run test

Loading…
Cancel
Save