Skip to content

Commit

Permalink
try restarting backend after loading dummy data
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad authored Dec 14, 2023
1 parent 64fcb1f commit c8afbc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
run: |
cd care
docker compose exec backend bash -c "python manage.py load_dummy_data"
docker compose restart backend
cd ..
- name: Check care is up ♻
Expand Down

0 comments on commit c8afbc3

Please sign in to comment.