mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Move tests to each backend folder
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
parent
ed67111b3d
commit
46935b0300
69 changed files with 127 additions and 184 deletions
8
.github/labeler.yml
vendored
8
.github/labeler.yml
vendored
|
|
@ -10,15 +10,15 @@ local:
|
|||
cli:
|
||||
- cli/**/*
|
||||
|
||||
metrics:
|
||||
- cli/metrics/**/*
|
||||
|
||||
api:
|
||||
- api/**/*
|
||||
- protos/**/*
|
||||
- cli/server/protos/**/*
|
||||
|
||||
ci:
|
||||
- .github/**/*
|
||||
|
||||
documentation:
|
||||
- docs/**/*
|
||||
|
||||
metrics:
|
||||
- metrics/**/*
|
||||
|
|
|
|||
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -64,7 +64,6 @@ jobs:
|
|||
run: make -f builder.Makefile cross
|
||||
|
||||
- name: Test
|
||||
env:
|
||||
run: make -f builder.Makefile test
|
||||
|
||||
- name: Build for local E2E
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue