|
@@ -16,13 +16,13 @@ jobs:
|
|
|
node-version: ${{ matrix.node-version }}
|
|
|
- name: test protobuf
|
|
|
run: |
|
|
|
- # Install protoc compiler
|
|
|
- sudo apt-get install -y protobuf-compiler
|
|
|
- protoc --version
|
|
|
- # Install documentation plugin
|
|
|
- sudo apt-get install -y golang-go
|
|
|
- go get -u github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc
|
|
|
- yarn install --frozen-lockfile
|
|
|
- yarn workspace @joystream/content-metadata-protobuf build
|
|
|
+ # # Install protoc compiler
|
|
|
+ # sudo apt-get install -y protobuf-compiler
|
|
|
+ # protoc --version
|
|
|
+ # # Install documentation plugin
|
|
|
+ # sudo apt-get install -y golang-go
|
|
|
+ # go get -u github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc
|
|
|
+ # yarn install --frozen-lockfile
|
|
|
+ # yarn workspace @joystream/content-metadata-protobuf build
|
|
|
yarn workspace @joystream/content-metadata-protobuf checks --quiet
|
|
|
yarn workspace @joystream/content-metadata-protobuf test
|