try fix
Some checks failed
Pre-commit / pre-commit (pull_request) Successful in 1m30s
E2E / tests (pull_request) Failing after 34s

This commit is contained in:
2025-05-16 14:23:37 +03:00
parent 1b42f3cf7f
commit 4e159abc9f
2 changed files with 4 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ jobs:
- name: Run E2E tests
env:
DOCKER_HOST: unix:/tmp/podman.sock
DOCKER_HOST: unix:///tmp/podman.sock
IGNORE_ROOT_CHECK: 1
run: |
make e2e-test

View File

@@ -146,6 +146,9 @@ func dockerMultipleRun(t *testing.T, name string, ids []string, f func(t *testin
)
assert.NoError(t, e2e.StartAndWaitReady(runnable))
err = runnable.Exec(e2e.NewCommand("/bin/alr-test-setup", "alr-install"))
if err != nil {
panic(err)
}
err = runnable.Exec(e2e.NewCommand("/bin/alr-test-setup", "passwordless-sudo-setup"))
if err != nil {
panic(err)