test github ci

This commit is contained in:
FairyEver 2019-11-26 10:15:29 +08:00
parent f2282b771a
commit 451ecfdc06
1 changed files with 2 additions and 0 deletions

View File

@ -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