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

This commit is contained in:
DatTT127
2026-07-18 18:55:22 +07:00
parent 5992d476f9
commit f335c9e6f2

View File

@@ -39,12 +39,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Lint backend code
run: |
ls workspace/sprint_1_2/CODEBASE/backend
python -m py_compile workspace/sprint_1_2/CODEBASE/backend/cv_inference_server.py
find backend -name '*.py' -exec python -m py_compile {} +
find workspace/sprint_1_2/CODEBASE/backend -name '*.py' -exec python -m py_compile {} +
# - name: Configure AWS credentials
# uses: aws-actions/configure-aws-credentials@v4