mirror of
https://github.com/moby/moby.git
synced 2026-07-06 22:58:25 +00:00
`vm` is quite lengthy which makes it impossible to restart other failed (flaky) jobs from the `test` workflow before the `vm` finishes. This patch moves it to a separate workflow to allow retrying other jobs independently. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>