PRD 0002: Test pipeline on Gitea Actions (#3)
test / run tests/run_tests.py (push) Successful in 20s

This commit was merged in pull request #3.
This commit is contained in:
2026-05-09 02:48:03 -04:00
parent 97aabd3d75
commit 4694db1201
6 changed files with 154 additions and 0 deletions
+5
View File
@@ -31,6 +31,11 @@ class TestPipelockSidecarSmoke(unittest.TestCase):
)
shutil.rmtree(self.work_dir, ignore_errors=True)
@unittest.skipIf(
os.environ.get("GITEA_ACTIONS") == "true",
"skipped under act_runner: published port is on the host's "
"loopback, not reachable from the job container's 127.0.0.1",
)
def test_smoke(self):
yaml_path = self.work_dir / "pipelock.yaml"
pipelock_write_yaml(fixture_minimal(), "dev", yaml_path)