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
name: micro
type: docker
name: micro
steps:
- name: build
image: golang:1.18.0
commands:
- go get
- go test
- name: build
image: golang:1.18.0
commands:
- go get ./...
- go test ./...
trigger:
branch: