mirror of
https://github.com/docker/compose.git
synced 2025-07-22 21:24:38 +02:00
Use setup-dev.sh script
This commit is contained in:
parent
cc87bbe34e
commit
04e2710380
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user