Skip to content

Commit

Permalink
🚧 temprorarily comment loading fixtures until update fixtures are upl…
Browse files Browse the repository at this point in the history
…oaded into the docker image on docker hub
  • Loading branch information
annashamray committed May 2, 2024
1 parent d6011d6 commit df39a53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/quick-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
run: docker-compose -f docker-compose-qs.yml up -d
- name: Wait until DB container starts
run: sleep 10
- name: Load fixtures
run: docker-compose -f docker-compose-qs.yml exec -T web src/manage.py loaddata demodata
# 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: 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 df39a53

Please sign in to comment.