Byparr/pytest.sh

3 lines
101 B
Bash
Raw Normal View History

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