Test ci
This commit is contained in:
10
.github/workflow/go.yml
vendored
10
.github/workflow/go.yml
vendored
@@ -2,15 +2,11 @@ name: Go
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
branches: [ action-ci ]
|
||||
jobs:
|
||||
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: VM_0_11_centos
|
||||
steps:
|
||||
|
||||
- name: Set up Go 1.13
|
||||
@@ -32,6 +28,8 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
pwd
|
||||
ls -la
|
||||
cd server
|
||||
go build -v .
|
||||
|
||||
|
Reference in New Issue
Block a user