Updated GH workflow to use demo
As I don't support testing yet, I've updated the github action to use "demo". Which will at least catch if I submit a build that won't build the files.
This commit is contained in:
parent
ad0c998819
commit
0393f832f4
|
@ -18,6 +18,6 @@ jobs:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
# cache: npm
|
# cache: npm
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm test
|
- run: npm demo
|
||||||
env:
|
env:
|
||||||
YARN_GPG: no
|
YARN_GPG: no
|
||||||
|
|
Loading…
Reference in New Issue