refactor: CI/CD pipelines (#5)
Some checks failed
CD / test (push) Successful in 43s
CD / Build and push (push) Failing after 26s

Reviewed-on: #5
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #5.
This commit is contained in:
2024-04-01 21:47:18 +02:00
committed by t.behrendt
parent 74c38313a2
commit 380d7eaa4e
2 changed files with 43 additions and 13 deletions

View File

@@ -1,9 +1,6 @@
name: CI
on:
pull_request:
push:
branches:
- main
env:
GOPATH: /go_path
@@ -11,7 +8,7 @@ env:
RUNNER_TOOL_CACHE: /toolcache
jobs:
testing:
test:
name: test
runs-on: ubuntu-latest
steps: