提交 209e17d9 编写于 作者: G Granty1

Rename ci script

上级 903464d5
name: Go
name: gin-vue-admin ci&cd
on:
push:
......@@ -10,6 +10,11 @@ jobs:
name: Build
runs-on: [ self-hosted ]
steps:
- name: Check out the repository
uses: actions/checkout@v2
run: ls -la
- name: Get dependencies
run: |
go get -v -t -d ./...
......@@ -17,10 +22,7 @@ jobs:
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
- name: Check dir
run : |
pwd
ls -la
- name: Build
run: |
cd server
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册