Byparr/pytest.sh
2024-10-18 15:53:36 +00:00

3 lines
110 B
Bash
Executable File

if [ "$(uname -m)" == "x86_64" ]; then
./entrypoint.sh &&. /app/.venv/bin/activate && poetry run pytest
fi