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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
@ -29,6 +32,7 @@ jobs:
|
||||
name: Test
|
||||
uses: docker/bake-action@v6
|
||||
with:
|
||||
source: .
|
||||
targets: test
|
||||
-
|
||||
name: Upload coverage
|
||||
|
Loading…
x
Reference in New Issue
Block a user