Ver Fonte

chore: add build service step to build and release workflow

jamesread há 10 meses atrás
pai
commit
ae360100ce
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      .github/workflows/build-and-release.yml

+ 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