Add test-manifest to continuous integration tests (#827)

This commit is contained in:
toasted-nutbread 2020-09-13 18:44:35 -04:00 committed by GitHub
parent 5ec5d0c91c
commit 8c2e078f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,3 +25,7 @@ jobs:
run: npm run test-code
env:
CI: true
- name: Manifest
run: npm run test-manifest
env:
CI: true