Byparr/pytest.sh

3 lines
110 B
Bash
Raw Normal View History

2024-10-18 15:38:52 +00:00
if [ "$(uname -m)" == "x86_64" ]; then
./entrypoint.sh &&. /app/.venv/bin/activate && poetry run pytest
fi