mirror of
https://github.com/docker/compose.git
synced 2026-08-28 04:18:05 +00:00
Removed test requiring linux containers
This commit is contained in:
parent
5258906ce3
commit
93984f8c68
5 changed files with 135 additions and 94 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Run golangci-lint
|
||||
run: |
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b . v1.27.0
|
||||
./golangci-lint run
|
||||
./golangci-lint run --timeout 10m0s
|
||||
|
||||
build:
|
||||
name: Build
|
||||
|
|
@ -63,7 +63,6 @@ jobs:
|
|||
- name: E2E Test
|
||||
run: make e2e-local
|
||||
|
||||
|
||||
windows-build:
|
||||
name: Windows Build
|
||||
runs-on: windows-latest
|
||||
|
|
@ -92,14 +91,5 @@ jobs:
|
|||
- name: Build
|
||||
run: make -f builder.Makefile cli
|
||||
|
||||
- name: Install Protoc
|
||||
uses: arduino/setup-protoc@master
|
||||
with:
|
||||
version: "3.9.1"
|
||||
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: "10.x"
|
||||
|
||||
- name: E2E Test
|
||||
run: make e2e-local
|
||||
run: make e2e-win-ci
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue