Skip to content

Commit

Permalink
Update main_district-integrated-dashboard-backend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DOodle25 committed Oct 30, 2024
1 parent 4d5e476 commit 44fd6ff
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
run: |
cd DIDBackend
pip install -r requirements.txt
- name: Collect Static Files
run: |
cd DIDBackend
python manage.py collectstatic --noinput
# Optional: Add step to run tests here (PyTest, Django test suites, etc.)

- name: Zip artifact for deployment
Expand Down

0 comments on commit 44fd6ff

Please sign in to comment.