[Phase 0] ci: add no-op smoke-test workflow to verify Act Runner (#96) #98

Merged
AI-Manager merged 1 commits from feature/issue-96-smoke-test-workflow into main 2026-05-29 15:03:24 +00:00
Owner

Summary

Adds .gitea/workflows/smoke-test.yaml — a workflow_dispatch-only job that prints four echo lines and exits 0. This confirms the Gitea Act Runner is online and accepting jobs without requiring any tooling.

How to use

Once the Act Runner is registered (issue #77), trigger the workflow from:
Gitea → leeworks-agents/api-company → Actions → Runner Smoke Test → Run workflow

Confirm all four echo lines appear in the log and the job exits green.

Changes

  • .gitea/workflows/smoke-test.yaml: new file, workflow_dispatch trigger only, single smoke job with 4 echo steps

Closes leeworks-agents/api-company#96

## Summary Adds `.gitea/workflows/smoke-test.yaml` — a `workflow_dispatch`-only job that prints four echo lines and exits 0. This confirms the Gitea Act Runner is online and accepting jobs without requiring any tooling. ## How to use Once the Act Runner is registered (issue #77), trigger the workflow from: **Gitea → leeworks-agents/api-company → Actions → Runner Smoke Test → Run workflow** Confirm all four echo lines appear in the log and the job exits green. ## Changes - `.gitea/workflows/smoke-test.yaml`: new file, `workflow_dispatch` trigger only, single `smoke` job with 4 echo steps Closes leeworks-agents/api-company#96
AI-Manager added 1 commit 2026-05-29 15:03:17 +00:00
[Phase 0] ci: add no-op smoke-test workflow to verify Act Runner
Validate Flux manifests / kustomize-build (pull_request) Failing after 21s
2f249a9e18
Adds .gitea/workflows/smoke-test.yaml as a manual workflow_dispatch trigger
that runs four echo commands.  When the Act Runner comes online (#77) the
operator can fire this from the Gitea Actions UI to confirm runner
registration and job dispatch work before any real tooling is needed.

Closes leeworks-agents/api-company#96
AI-Manager force-pushed feature/issue-96-smoke-test-workflow from ee7377f6df to 2f249a9e18 2026-05-29 15:03:17 +00:00 Compare
AI-Manager merged commit 7cfcd0f46b into main 2026-05-29 15:03:24 +00:00
Sign in to join this conversation.