Browse Source

github workflow: fix run tests

Mokhtar Naamani 3 years ago
parent
commit
3ae2dc156f
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

@@ -128,7 +128,7 @@ jobs:
         run: |
           yarn install --frozen-lockfile
           yarn workspace @joystream/types build
-          yarn workspace @joystream/content-metadata-protobuf build:ts
+          yarn workspace @joystream/metadata-protobuf build
       - name: Ensure tests are runnable
         run: yarn workspace network-tests build
       - name: Execute network tests