forked from toolshed/abra
test: skip build step, test will do it
This commit is contained in:
parent
e837835e00
commit
ab6107610c
@ -7,13 +7,6 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- make check
|
- make check
|
||||||
|
|
||||||
- name: make build
|
|
||||||
image: golang:1.21
|
|
||||||
commands:
|
|
||||||
- make build
|
|
||||||
depends_on:
|
|
||||||
- make check
|
|
||||||
|
|
||||||
- name: make test
|
- name: make test
|
||||||
image: golang:1.21
|
image: golang:1.21
|
||||||
environment:
|
environment:
|
||||||
@ -29,7 +22,6 @@ steps:
|
|||||||
- git fetch --tags
|
- git fetch --tags
|
||||||
depends_on:
|
depends_on:
|
||||||
- make check
|
- make check
|
||||||
- make build
|
|
||||||
- make test
|
- make test
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user