Browse Source

Update go.yml

main
Granty1 5 years ago
parent
commit
2486b79784
  1. 9
      .github/workflows/go.yml

9
.github/workflows/go.yml

@ -8,7 +8,7 @@ jobs:
build:
name: Build
runs-on: [ VM_0_11_centos ]
runs-on: [ self-hosts ]
steps:
- name: Get dependencies
run: |
@ -17,11 +17,12 @@ jobs:
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
- name: Build
run: |
- name: Check dir
run : |
pwd
ls -la
- name: Build
run: |
cd server
go build -v .
Loading…
Cancel
Save