forked from Rockachopa/Timmy-time-dashboard
feat: dockerize OpenFang as vendored tool runtime sidecar (#96)
This commit is contained in:
committed by
GitHub
parent
d7d7a5a80a
commit
b7c89d1101
@@ -108,6 +108,7 @@ class TestDockerfiles:
|
||||
subprocess.run(["which", "docker"], capture_output=True).returncode != 0,
|
||||
reason="Docker not installed",
|
||||
)
|
||||
@pytest.mark.timeout(300)
|
||||
def test_docker_image_build(self):
|
||||
result = subprocess.run(
|
||||
["docker", "build", "-t", "timmy-time:test", "."],
|
||||
|
||||
Reference in New Issue
Block a user