ci: test before deploy
This commit is contained in:
parent
c3cac632f7
commit
a8257c6eac
|
@ -11,6 +11,7 @@ jobs:
|
|||
- run: |
|
||||
yarn
|
||||
yarn build
|
||||
yarn test
|
||||
cd examples/svelte
|
||||
yarn build
|
||||
- uses: peaceiris/actions-gh-pages@v2.5.1
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
name: test
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
|
Loading…
Reference in New Issue