metadata-protobuf.yml 624 B

12345678910111213141516171819202122
  1. name: metadata-protobuf
  2. on: [pull_request, push]
  3. jobs:
  4. schemas_checks:
  5. name: Checks
  6. runs-on: ubuntu-latest
  7. strategy:
  8. matrix:
  9. node-version: [14.x]
  10. steps:
  11. - uses: actions/checkout@v1
  12. - name: Use Node.js ${{ matrix.node-version }}
  13. uses: actions/setup-node@v1
  14. with:
  15. node-version: ${{ matrix.node-version }}
  16. - name: test protobuf
  17. run: |
  18. yarn install --frozen-lockfile
  19. yarn workspace @joystream/metadata-protobuf build
  20. yarn workspace @joystream/metadata-protobuf checks --quiet
  21. yarn workspace @joystream/metadata-protobuf test