mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 09:50:20 +08: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 |