mirror of
https://github.com/docker/setup-compose-action.git
synced 2025-06-07 12:10:40 +02:00
Merge pull request #12 from crazy-max/fix-codecov
ci: fix missing source for codecov
This commit is contained in:
commit
45e44e28e6
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -19,6 +19,9 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
-
|
||||||
|
name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
@ -29,6 +32,7 @@ jobs:
|
|||||||
name: Test
|
name: Test
|
||||||
uses: docker/bake-action@v6
|
uses: docker/bake-action@v6
|
||||||
with:
|
with:
|
||||||
|
source: .
|
||||||
targets: test
|
targets: test
|
||||||
-
|
-
|
||||||
name: Upload coverage
|
name: Upload coverage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user