Use setup-dev.sh script

This commit is contained in:
Djordje Lukic 2020-04-30 17:41:59 +02:00
parent cc87bbe34e
commit 04e2710380

View File

@ -7,7 +7,6 @@ on:
branches: [master] branches: [master]
jobs: jobs:
build: build:
name: Build name: Build
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -22,12 +21,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Get dependencies - name: Get dependencies
run: | run: ./setup-dev.sh
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
- name: Protos - name: Protos
run: make protos run: make protos