mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +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>