mirror of
https://github.moeyy.xyz/https://github.com/docker/setup-compose-action.git
synced 2025-10-28 20:46:40 +08:00
Compare commits
No commits in common. "45e44e28e6e8ed9aedf1b8045653a2fffc7315d6" and "364cc21a5de5b1ee4a7f5f9d3fa374ce0ccde746" have entirely different histories.
45e44e28e6
...
364cc21a5d
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -19,9 +19,6 @@ 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
|
||||||
@ -32,7 +29,6 @@ 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