Skip to content

Commit

Permalink
Merge pull request #59 from intuitem/CA-199-Fix-flaky-github-workflow…
Browse files Browse the repository at this point in the history
…-startup-docker-compose-test

Fix startup-docker-compose-test
  • Loading branch information
eric-intuitem authored Feb 19, 2024
2 parents 3f925e3 + b76633c commit bc5dc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/startup-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Config the Docker app
run: |
docker compose exec backend python manage.py migrate
docker compose exec backend /bin/bash -c "[email protected] DJANGO_SUPERUSER_PASSWORD=1234 python manage.py createsuperuser --noinput"
docker compose exec backend /bin/bash -c "[email protected] DJANGO_SUPERUSER_PASSWORD=1234 python manage.py createsuperuser --noinput && exit 0"
- name: Run tests
working-directory: ${{ env.working-directory }}
run: npx playwright test tests/functional/startup.test.ts
Expand Down

0 comments on commit bc5dc67

Please sign in to comment.