mirror of
https://github.com/docker/setup-qemu-action.git
synced 2025-12-06 07:48:13 +08:00
Merge pull request #211 from crazy-max/fix-codecov
Some checks failed
ci / default (push) Successful in 10m19s
ci / main (tonistiigi/binfmt:latest, all) (push) Successful in 10m24s
ci / main (tonistiigi/binfmt:latest, arm64,riscv64,arm) (push) Successful in 10m25s
ci / main (tonistiigi/binfmt:master, all) (push) Successful in 10m24s
ci / main (tonistiigi/binfmt:master, arm64,riscv64,arm) (push) Successful in 10m24s
ci / error (push) Failing after 21s
ci / cache-image (false) (push) Successful in 1m3s
ci / cache-image (true) (push) Successful in 10m18s
ci / version (tonistiigi/binfmt:latest) (push) Successful in 10m29s
ci / version (tonistiigi/binfmt:master) (push) Successful in 10m29s
ci / version (tonistiigi/binfmt:qemu-v7.0.0) (push) Successful in 10m29s
test / test (push) Failing after 20s
validate / prepare (push) Failing after 20s
validate / validate (push) Has been skipped
Some checks failed
ci / default (push) Successful in 10m19s
ci / main (tonistiigi/binfmt:latest, all) (push) Successful in 10m24s
ci / main (tonistiigi/binfmt:latest, arm64,riscv64,arm) (push) Successful in 10m25s
ci / main (tonistiigi/binfmt:master, all) (push) Successful in 10m24s
ci / main (tonistiigi/binfmt:master, arm64,riscv64,arm) (push) Successful in 10m24s
ci / error (push) Failing after 21s
ci / cache-image (false) (push) Successful in 1m3s
ci / cache-image (true) (push) Successful in 10m18s
ci / version (tonistiigi/binfmt:latest) (push) Successful in 10m29s
ci / version (tonistiigi/binfmt:master) (push) Successful in 10m29s
ci / version (tonistiigi/binfmt:qemu-v7.0.0) (push) Successful in 10m29s
test / test (push) Failing after 20s
validate / prepare (push) Failing after 20s
validate / validate (push) Has been skipped
ci: fix missing source for codecov
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -15,10 +15,14 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
-
|
||||
name: Test
|
||||
uses: docker/bake-action@v6
|
||||
with:
|
||||
source: .
|
||||
targets: test
|
||||
-
|
||||
name: Upload coverage
|
||||
|
||||
Reference in New Issue
Block a user