mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
.
This commit is contained in:
parent
3313bdf537
commit
d4bce12e65
1
.github/workflows/merge-to-master.yml
vendored
1
.github/workflows/merge-to-master.yml
vendored
@ -29,6 +29,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
|
- run: npm run build
|
||||||
- run: nyc npm test && nyc report --reporter=text-lcov | ./node_modules/coveralls/bin/coveralls.js
|
- run: nyc npm test && nyc report --reporter=text-lcov | ./node_modules/coveralls/bin/coveralls.js
|
||||||
env:
|
env:
|
||||||
COVERALLS_SERVICE_NAME: GithubActions
|
COVERALLS_SERVICE_NAME: GithubActions
|
||||||
|
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
@ -21,6 +21,8 @@ jobs:
|
|||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
- name: Build
|
||||||
|
run: npm run build
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: npm run test
|
run: npm run test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user