mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
Move tests to each backend folder
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user