mirror of
https://github.com/docker/setup-qemu-action.git
synced 2026-05-13 05:48:08 +00:00
Compare commits
No commits in common. "5a7ea16bc43404b0ee30fcc96778665e20456847" and "fcd3152d8ad392d0e9c14d3f0de40f0a88b8ca0e" have entirely different histories.
5a7ea16bc4
...
fcd3152d8a
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -15,14 +15,10 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
-
|
|
||||||
name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
-
|
-
|
||||||
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…
Reference in New Issue
Block a user