4
0
Эх сурвалжийг харах

chore: add build service step to build and release workflow

jamesread 10 сар өмнө
parent
commit
ae360100ce

+ 3 - 0
.github/workflows/build-and-release.yml

@@ -61,6 +61,9 @@ jobs:
       - name: unit tests
         run: make -w service-unittests
 
+      - name: build service
+        run: make -w service
+
       - name: integration tests
         run: cd integration-tests && make -w