add test case

This commit is contained in:
qwerty287 2024-04-18 08:45:26 +02:00
parent 536b98edcb
commit aec353a554
No known key found for this signature in database
GPG key ID: 1218A32A886A5002

View file

@ -14,6 +14,14 @@ steps:
image: golang
commands: go test
entrypoint:
image: alpine
entrypoint: ["some_entry", "--some-flag"]
singla-entrypoint:
image: alpine
entrypoint: some_entry
commands:
privileged: true
image: golang