chore: add build service step to build and release workflow
This commit is contained in:
parent
4a851355a8
commit
ae360100ce
|
|
@ -61,6 +61,9 @@ jobs:
|
||||||
- name: unit tests
|
- name: unit tests
|
||||||
run: make -w service-unittests
|
run: make -w service-unittests
|
||||||
|
|
||||||
|
- name: build service
|
||||||
|
run: make -w service
|
||||||
|
|
||||||
- name: integration tests
|
- name: integration tests
|
||||||
run: cd integration-tests && make -w
|
run: cd integration-tests && make -w
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue