Byparr/pytest.sh
2024-10-18 16:33:27 +00:00

3 lines
101 B
Bash
Executable File

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