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