浏览代码

query-node: workflows add build check before running tests

Mokhtar Naamani 4 年之前
父节点
当前提交
0ddcbbbd55
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/run-network-tests.yml

+ 2 - 0
.github/workflows/run-network-tests.yml

@@ -171,6 +171,8 @@ jobs:
           docker images
       - name: Install packages and dependencies
         run: yarn install --frozen-lockfile
+      - name: Ensure query-node builds
+        run: yarn worksapce query-node-root build
       - name: Ensure tests are runnable
         run: yarn workspace network-tests build
       # Bring up hydra query-node development instance, then run content directory