ci: add e2e (#90)

Reviewed-on: #90
Co-authored-by: Maxim Slipenko <no-reply@maxim.slipenko.com>
Co-committed-by: Maxim Slipenko <no-reply@maxim.slipenko.com>
This commit is contained in:
2025-05-16 16:19:24 +00:00
committed by Maxim Slipenko
parent 131f455eff
commit eb2356458c
10 changed files with 72 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",
)))