mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2026-09-24 22:03:30 +01:00
3 lines
110 B
Bash
Executable File
3 lines
110 B
Bash
Executable File
if [ "$(uname -m)" == "x86_64" ]; then
|
|
./entrypoint.sh &&. /app/.venv/bin/activate && poetry run pytest
|
|
fi |