Browse Source

Query node workflow - add full build

Leszek Wiesner 3 years ago
parent
commit
b5064b5eca
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .github/workflows/query-node.yml

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

@@ -17,6 +17,9 @@ jobs:
     - name: checks
     - name: checks
       run: |
       run: |
         yarn install --frozen-lockfile
         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
         yarn workspace query-node-mappings checks --quiet
 
 
   query_node_build_osx:
   query_node_build_osx:
@@ -34,4 +37,7 @@ jobs:
     - name: checks
     - name: checks
       run: |
       run: |
         yarn install --frozen-lockfile --network-timeout 120000
         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
         yarn workspace query-node-mappings checks --quiet