1
0
mirror of synced 2026-04-02 21:20:51 +00:00

fix: avoid adding WASM example without DOM definitions

also add tooling for reviewing integration test results

fix #243
This commit is contained in:
Jason Dreyzehner
2020-09-08 18:57:56 -04:00
parent 743270414c
commit 0fce1c472f
8 changed files with 104 additions and 29 deletions

View File

@@ -18,6 +18,7 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: npm test
- run: npm run check-integration-tests
- run: npm run cov:send
- run: npm run cov:check
'node-12':
@@ -35,6 +36,7 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: npm test
- run: npm run check-integration-tests
- run: npm run cov:send
- run: npm run cov:check
'node-latest':
@@ -52,6 +54,7 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: npm test
- run: npm run check-integration-tests
- run: npm run cov:send
- run: npm run cov:check