action: add kitchen-sink to nodejs workflow (#113)
This commit is contained in:
parent
f6f01a7d7b
commit
fe63d341cb
1 changed files with 5 additions and 0 deletions
5
.github/workflows/nodejs.yml
vendored
5
.github/workflows/nodejs.yml
vendored
|
@ -24,6 +24,11 @@ jobs:
|
|||
|
||||
npm ci
|
||||
npm run build
|
||||
|
||||
cd examples/kitchen-sink
|
||||
npm ci
|
||||
npm run build
|
||||
cd ../..
|
||||
npm test
|
||||
env:
|
||||
CI: true
|
||||
|
|
Loading…
Reference in a new issue