mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
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 ci
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
|
cd examples/kitchen-sink
|
||||||
|
npm ci
|
||||||
|
npm run build
|
||||||
|
cd ../..
|
||||||
npm test
|
npm test
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue