Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Sep 12, 2023
1 parent 1ba4bee commit 8dba675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cd care
make docker_config_file=docker-compose.pre-built.yaml up
sleep 60s
docker compose backend exec bash -c "python manage.py load_dummy_data"
docker compose exec backend bash -c "python manage.py load_dummy_data"
cd ..
# Voluntarily kept 60 seconds delay to wait for migrations to complete.

Expand Down

0 comments on commit 8dba675

Please sign in to comment.