Feature/use podman as OCI engine#13
Merged
Crown0815 merged 8 commits intoMar 17, 2026
Merged
Conversation
Due to the long installation of go, the waiting is unnecessary
Without the `-v` flag, the tests in `./internal/app/cmd` will fail with an error like this: ``` ✖ internal/app/cmd (584ms) === Failed === FAIL: internal/app/cmd TestCommandConnectTokenComplainsAboutMissingFlags (unknown) time="2026-03-11T17:11:13+01:00" level=info msg="Creating runner file" time="2026-03-11T17:11:13+01:00" level=info msg="Starting runner daemon" time="2026-03-11T17:11:13+01:00" level=info msg="runner: received shutdown signal" time="2026-03-11T17:11:13+01:00" level=info msg="runner: shutdown initiated, waiting [runner].shutdown_timeout=30s for running jobs to complete before shutting down" time="2026-03-11T17:11:13+01:00" level=info msg="runner: ephemeral runner shutting down after job has completed" time="2026-03-11T17:11:13+01:00" level=info msg="runner: ephemeral runner shutting down after job has completed" time="2026-03-11T17:11:13+01:00" level=info msg="runner: received shutdown signal" time="2026-03-11T17:11:13+01:00" level=info msg="runner: received shutdown signal" time="2026-03-11T17:11:13+01:00" level=info msg="runner: test-runner, with version: v1.0.0, with labels: [test-label], ephemeral: true, declared successfully" time="2026-03-11T17:11:13+01:00" level=info msg="Starting runner daemon" time="2026-03-11T17:11:13+01:00" level=info msg="runner: received shutdown signal" time="2026-03-11T17:11:13+01:00" level=info msg="runner: shutdown initiated, waiting [runner].shutdown_timeout=30s for running jobs to complete before shutting down" time="2026-03-11T17:11:13+01:00" level=info msg="No configuration file specified; using default settings." time="2026-03-11T17:11:13+01:00" level=info msg="Runner name is empty, use hostname 'FELIXKROENED610'." time="2026-03-11T17:11:13+01:00" level=error msg="Invalid input, please re-run act command." error="unsupported schema: invalid" DONE 1 tests, 1 failure in 0.584s ``` I do not fully understand why, but adding the `-v` flag solves the problem. Maybe it is a concurrency issue?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.