From b6de5818f15ee4f4a0a4eae872d4ec52f923dd5b Mon Sep 17 00:00:00 2001 From: Barber0 Date: Tue, 30 Jan 2024 08:53:35 +0000 Subject: [PATCH] fix: ci actions tty failed --- .github/workflows/reuseable-aspect-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reuseable-aspect-test.yaml b/.github/workflows/reuseable-aspect-test.yaml index 951ac146..f2684111 100644 --- a/.github/workflows/reuseable-aspect-test.yaml +++ b/.github/workflows/reuseable-aspect-test.yaml @@ -44,4 +44,4 @@ jobs: EOF chmod +x test_scripts/init_env.sh - docker run --name testenv -v $(pwd)/test_scripts:/test_scripts -it simonalphafang/aspect-tooling:0.0.3 /bin/bash -c /test_scripts/init_env.sh \ No newline at end of file + docker run --name testenv -v $(pwd)/test_scripts:/test_scripts -i simonalphafang/aspect-tooling:0.0.3 /bin/bash -c /test_scripts/init_env.sh \ No newline at end of file