forked from coop-cloud/abra
build: dont test/build if check fails
Save cycles for small mistakes.
This commit is contained in:
parent
91102e6607
commit
21a86731d0
@ -11,11 +11,15 @@ steps:
|
||||
image: golang:1.20
|
||||
commands:
|
||||
- make build
|
||||
depends_on:
|
||||
- make check
|
||||
|
||||
- name: make test
|
||||
image: golang:1.20
|
||||
commands:
|
||||
- make test
|
||||
depends_on:
|
||||
- make check
|
||||
|
||||
- name: fetch
|
||||
image: docker:git
|
||||
|
Loading…
Reference in New Issue
Block a user