test github ci
This commit is contained in:
parent
f2282b771a
commit
451ecfdc06
|
|
@ -19,6 +19,8 @@ jobs:
|
|||
run: |
|
||||
curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||
export PATH=$HOME/.yarn/bin:$PATH
|
||||
- name: Install packages
|
||||
run: yarn
|
||||
- name: Build Code
|
||||
run: yarn run build:travis
|
||||
- name: Deploy to CDN
|
||||
|
|
|
|||
Loading…
Reference in New Issue