fix: revert cicd changes (#14)
All checks were successful
CD / test (push) Successful in 20s
CD / Build and push (push) Successful in 4m4s

This commit was merged in pull request #14.
This commit is contained in:
2024-08-11 12:36:33 +02:00
parent a96418fb3d
commit 637a789897
2 changed files with 39 additions and 11 deletions

View File

@@ -1,10 +1,6 @@
name: CI
on:
pull_request:
push:
branches:
- main
env:
GOPATH: /go_path
@@ -39,7 +35,7 @@ jobs:
/go_cache
key: go_path-${{ steps.hash-go.outputs.hash }}
restore-keys: |-
go_cache-${{ steps.hash-go.outputs.hash }}
go_cache-${{ steps.hash-go.outputs.hash }}
- name: build
run: make build
- name: test