ci: ci test

This commit is contained in:
FairyEver
2020-04-18 15:30:28 +08:00
parent 1407920750
commit f5d148873d

View File

@@ -15,11 +15,11 @@ jobs:
# - uses: actions/setup-node@v1 # - uses: actions/setup-node@v1
# with: # with:
# node-version: '10.x' # node-version: '10.x'
# - name: Download qshell - name: Download qshell
# run: | run: |
# wget http://devtools.qiniu.com/qshell-linux-x86-v2.4.0.zip wget http://devtools.qiniu.com/qshell-linux-x86-v2.4.0.zip
# unzip qshell-linux-x86-v2.4.0.zip unzip qshell-linux-x86-v2.4.0.zip
# mv qshell-linux-x86-v2.4.0 qshell mv qshell-linux-x86-v2.4.0 qshell
# - name: Install packages # - name: Install packages
# run: npm i # run: npm i
# - name: Build # - name: Build