فهرست منبع

chore: add build service step to build and release workflow

jamesread 8 ماه پیش
والد
کامیت
ae360100ce
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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
       - 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