Ver código fonte

probuf: skip compile step in CI

Mokhtar Naamani 4 anos atrás
pai
commit
eeff4ebaee
1 arquivos alterados com 8 adições e 8 exclusões
  1. 8 8
      .github/workflows/content-metadata.yml

+ 8 - 8
.github/workflows/content-metadata.yml

@@ -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