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

This commit is contained in:
DatTT127
2026-07-18 18:52:18 +07:00
parent f6c57f745b
commit 5992d476f9

View File

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