1
0
Fork 0

Revert "Added github action to test code on push"

This reverts commit 43fd04c5eb.
This commit is contained in:
Julien Dessaux 2023-04-04 23:53:40 +02:00
parent 43fd04c5eb
commit 7db3cb8633
Signed by: adyxax
GPG key ID: F92E51B86E07177E

View file

@ -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/