Skip to content

Commit

Permalink
Enhancements to backend setup of Cypress CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Jan 18, 2024
1 parent df758d2 commit 8318a83
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,7 @@ jobs:
sleep 10
done
echo "Migrations are applied"
cd ..
- name: Load dummy data into care backend 📂
run: |
cd care
docker compose exec backend bash -c "python manage.py load_dummy_data"
docker restart care-backend-1
make docker_config_file=docker-compose.pre-built.yaml load-dummy-data
cd ..
- name: Wait for care to be up ♻
Expand Down

0 comments on commit 8318a83

Please sign in to comment.