mirror of
https://github.com/Balshgit/python-poetry.git
synced 2025-09-11 21:50:40 +03:00
fix docker check actions actions
This commit is contained in:
parent
db8687345c
commit
08e209054d
2
.github/workflows/poetry-test.yml
vendored
2
.github/workflows/poetry-test.yml
vendored
@ -81,4 +81,4 @@ jobs:
|
|||||||
REQUIREMENTS: "./poetry/requirements.txt"
|
REQUIREMENTS: "./poetry/requirements.txt"
|
||||||
run: |
|
run: |
|
||||||
docker compose up --build
|
docker compose up --build
|
||||||
bash if [ -f "$POETRYLOCK" ] && [ -f "$REQUIREMENTS" ]; then echo "poetry.lock and requirements.txt created successfully exit 0 fi
|
bash if [ -f "$POETRYLOCK" ] && [ -f "$REQUIREMENTS" ]; then echo "poetry.lock and requirements.txt created successfully" exit 0 fi
|
Loading…
x
Reference in New Issue
Block a user