feat: add CI pipeline #3

Merged
t.behrendt merged 12 commits from test-CI-pipeline into main 2024-04-01 15:38:08 +02:00
Showing only changes of commit cc11e111e2 - Show all commits

View File

@@ -5,10 +5,11 @@ on:
env:
GOPATH: /go_path
GOCACHE: /go_cache
RUNNER_TOOL_CACHE: /toolcache
jobs:
testing:
name: check and test
name: test
runs-on: ubuntu-latest
steps:
- name: Checkout