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