Revert "Added github action to test code on push"
This reverts commit 43fd04c5eb
.
This commit is contained in:
parent
43fd04c5eb
commit
7db3cb8633
1 changed files with 0 additions and 15 deletions
15
.github/workflows/test.yml
vendored
15
.github/workflows/test.yml
vendored
|
@ -1,15 +0,0 @@
|
||||||
name: Go
|
|
||||||
on: [push]
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
name: Build
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/setup-go@v2
|
|
||||||
with:
|
|
||||||
go-version: '1.17.6'
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- run: |
|
|
||||||
go get -v -t -d ./...
|
|
||||||
- run: go test ./...
|
|
||||||
- run: go build -ldflags="-s -w" ./cmd/bareos-zabbix-check/
|
|
Loading…
Add table
Reference in a new issue