From f7d87873da09184949f43009972fbe448bb75014 Mon Sep 17 00:00:00 2001 From: Dmitry Afanasyev Date: Sat, 18 Nov 2023 16:10:25 +0300 Subject: [PATCH] fix env and bash command --- .github/workflows/poetry-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/poetry-test.yml b/.github/workflows/poetry-test.yml index b69d08c..15f4fb3 100644 --- a/.github/workflows/poetry-test.yml +++ b/.github/workflows/poetry-test.yml @@ -81,4 +81,4 @@ jobs: REQUIREMENTS: "./poetry/requirements.txt" run: | docker compose up --build - bash if [ -f "$POETRYLOCK" ] && [ -f "$REQUIREMENTS" ]; then echo "poetry.lock and requirements.txt created successfully" exit 0 fi \ No newline at end of file + bash "if [ -f "$POETRY_LOCK" ] && [ -f "$REQUIREMENTS" ]; then echo "poetry.lock and requirements.txt created successfully" exit 0 fi" \ No newline at end of file