提交 4d3d4365 编写于 作者: G Granty1

Add working-directory tag

上级 9e4c855f
......@@ -19,14 +19,20 @@ jobs:
- name: Get dependencies
run: |
cd server
go get -v -t -d ./...
if [ -f Gopkg.toml ]; then
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
working-directory: ./server
- name: Build
run: |
go build -v .
go build -v .
working-directory: ./server
- name: Run
run: |
nohup ./gin-vue-admin &
working-directory: ./server
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册