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