소스 검색

chore: add build service step to build and release workflow

jamesread 10 달 전
부모
커밋
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
         run: make -w service-unittests
 
+      - name: build service
+        run: make -w service
+
       - name: integration tests
         run: cd integration-tests && make -w