mirror of
https://github.com/docker/compose.git
synced 2026-08-31 14:52:42 +00:00
Add default context to the context ls output
This commit is contained in:
parent
eae864ac33
commit
95e07a2134
13 changed files with 299 additions and 61 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -54,11 +54,11 @@ jobs:
|
|||
- name: Install Protoc
|
||||
uses: arduino/setup-protoc@master
|
||||
with:
|
||||
version: '3.9.1'
|
||||
version: "3.9.1"
|
||||
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '10.x'
|
||||
node-version: "10.x"
|
||||
|
||||
- name: E2E Test
|
||||
run: make e2e-local
|
||||
run: make e2e-local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue