Browse Source

github workflow: fix network-tests flow

Mokhtar Naamani 3 years ago
parent
commit
49d2d1979c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/network-tests.yml

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

@@ -18,7 +18,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
         yarn workspace network-tests checks --quiet
 
   network_build_osx:
@@ -37,5 +37,5 @@ jobs:
       run: |
         yarn install --frozen-lockfile --network-timeout 120000
         yarn workspace @joystream/types build
-        yarn workspace @joystream/content-metadata-protobuf build:ts
+        yarn workspace @joystream/metadata-protobuf build
         yarn workspace network-tests checks --quiet