ci: ci test
This commit is contained in:
10
.github/workflows/deploy.yml
vendored
10
.github/workflows/deploy.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user