Changed yml

This commit is contained in:
Stefan Goppelt 2023-03-07 17:24:57 +01:00
parent 2ad4767cd6
commit b23ee827c6
1 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,13 @@
kind: pipeline kind: pipeline
name: micro
type: docker type: docker
name: micro
steps: steps:
- name: build - name: build
image: golang:1.18.0 image: golang:1.18.0
commands: commands:
- go get - go get ./...
- go test - go test ./...
trigger: trigger:
branch: branch: