All checks were successful
ENGIN CI / Build, test and smoke (push) Successful in 2m58s
8 lines
200 B
Bash
Executable File
8 lines
200 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -eu
|
|
|
|
python -m compileall -q app.py engin tests final_pipeline.py scripts
|
|
python -m pip check
|
|
python -m unittest discover -v
|
|
python -m scripts.build_model_artifact --verify-only
|