From f5d8a18fad67e33d4119ac8b1470c4beae8c229d Mon Sep 17 00:00:00 2001 From: Kolby Moroz Liebl <31669092+KolbyML@users.noreply.github.com> Date: Tue, 9 Jan 2024 10:59:21 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87289d4..acd27da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,4 +14,4 @@ jobs: - name: Wait for container to start run: sleep 5 - name: Check if container is still running - run: exit $(docker ps -q | wc -l ^ 1) \ No newline at end of file + run: exit $(($(docker ps -q | wc -l) ^ 1 )) \ No newline at end of file