Skip to content

Commit

Permalink
⏪ uncomment loading fixtures for quick start action
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed May 3, 2024
1 parent 2905425 commit 1fc9dc3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/quick-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
run: docker-compose -f docker-compose-qs.yml up -d
- name: Wait until DB container starts
run: sleep 10
# TODO uncomment when correct fixtures are uploaded into dockerhub inside docker image
# - name: Load fixtures
# run: docker-compose -f docker-compose-qs.yml exec -T web src/manage.py loaddata demodata
- name: Load fixtures
run: docker-compose -f docker-compose-qs.yml exec -T web src/manage.py loaddata demodata
- name: Create superuser
run: docker-compose -f docker-compose-qs.yml exec -T web src/manage.py createsuperuser --username admin --email [email protected] --no-input
- name: Check main page
Expand Down

0 comments on commit 1fc9dc3

Please sign in to comment.