Kaynağa Gözat

Query node workflow - add full build

Leszek Wiesner 3 yıl önce
ebeveyn
işleme
b5064b5eca
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6 0
      .github/workflows/query-node.yml

+ 6 - 0
.github/workflows/query-node.yml

@@ -17,6 +17,9 @@ jobs:
     - name: checks
       run: |
         yarn install --frozen-lockfile
+        yarn workspace @joystream/types build
+        yarn workspace @joystream/metadata-protobuf build
+        yarn workspace query-node-root build
         yarn workspace query-node-mappings checks --quiet
 
   query_node_build_osx:
@@ -34,4 +37,7 @@ jobs:
     - name: checks
       run: |
         yarn install --frozen-lockfile --network-timeout 120000
+        yarn workspace @joystream/types build
+        yarn workspace @joystream/metadata-protobuf build
+        yarn workspace query-node-root build
         yarn workspace query-node-mappings checks --quiet