update
Some checks failed
Backend ECR Deployment / build-and-push (push) Failing after 28s
Backend ECR Deployment / notify-deploy (push) Has been skipped

This commit is contained in:
DatTT127
2026-07-18 18:50:54 +07:00
parent 4f2f34b559
commit f6c57f745b

View File

@@ -42,8 +42,7 @@ jobs:
- name: Lint backend code
run: |
pwd
ls -la
ls workspace/sprint_1_2/CODEBASE
python -m py_compile workspace/sprint_1_2/CODEBASE/backend/cv_inference_server.py
find backend -name '*.py' -exec python -m py_compile {} +