From f229dce9afc6a752928001af57d417009be5a302 Mon Sep 17 00:00:00 2001 From: Kevin Buffardi Date: Tue, 15 Oct 2024 12:41:07 -0700 Subject: [PATCH] CI: run docker image in interactive teletype --- .github/workflows/cpp-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp-ci.yml b/.github/workflows/cpp-ci.yml index 57109c8..0159753 100644 --- a/.github/workflows/cpp-ci.yml +++ b/.github/workflows/cpp-ci.yml @@ -14,4 +14,4 @@ jobs: - name: Build docker container run: | docker build -t cpp-analysis . - docker run -d cpp-analysis \ No newline at end of file + docker run -it cpp-analysis \ No newline at end of file