1
0
mirror of synced 2025-11-08 12:57:47 +00:00

fix: avoid adding WASM example without DOM definitions (#244)

also add tooling for reviewing integration test results

fix #243
This commit is contained in:
Jason Dreyzehner
2020-09-08 19:18:36 -04:00
committed by GitHub
parent 743270414c
commit c16e8589f3
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