Use setup-dev.sh script

This commit is contained in:
Djordje Lukic 2020-04-30 17:41:59 +02:00
parent cc87bbe34e
commit 04e2710380
1 changed files with 19 additions and 25 deletions

View File

@ -7,7 +7,6 @@ on:
branches: [master]
jobs:
build:
name: Build
runs-on: ubuntu-latest
@ -22,12 +21,7 @@ jobs:
uses: actions/checkout@v2
- name: Get dependencies
run: |
go get gotest.tools/gotestsum
go get github.com/stevvooe/protobuild
go get github.com/gogo/protobuf/proto
go get github.com/gogo/protobuf/jsonpb
go get github.com/golang/protobuf/protoc-gen-go
run: ./setup-dev.sh
- name: Protos
run: make protos