ci: use prebuilt images

This commit is contained in:
2025-05-16 14:09:32 +03:00
parent 7051bf46a5
commit 798c84446c
9 changed files with 12 additions and 84 deletions

View File

@@ -43,6 +43,10 @@ func TestE2EIssue32Interactive(t *testing.T) {
"alr", "fix",
)))
assert.NoError(t, r.Exec(e2e.NewCommand(
"sudo", "apt-get", "update",
)))
assert.NoError(t, r.Exec(e2e.NewCommand(
"sudo", "alr", "--interactive=false", "install", "ca-certificates",
)))