Add test-manifest to continuous integration tests (#827)
This commit is contained in:
parent
5ec5d0c91c
commit
8c2e078f17
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -25,3 +25,7 @@ jobs:
|
|||||||
run: npm run test-code
|
run: npm run test-code
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
- name: Manifest
|
||||||
|
run: npm run test-manifest
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
Loading…
Reference in New Issue
Block a user