Browse Source

github workflows: typo fix

Mokhtar Naamani 4 years ago
parent
commit
e5a0fc3d5f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/run-network-tests.yml

+ 1 - 1
.github/workflows/run-network-tests.yml

@@ -172,7 +172,7 @@ jobs:
       - 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
       - name: Ensure query-node builds
-        run: yarn worksapce query-node-root build
+        run: yarn workspace 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