diff --git a/.github/workflows/poetry-test.yml b/.github/workflows/poetry-test.yml index 13b6979..b69d08c 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 "$POETRYLOCK" ] && [ -f "$REQUIREMENTS" ]; then echo "poetry.lock and requirements.txt created successfully" exit 0 fi \ No newline at end of file