Skip to content

Commit

Permalink
Update workflow to start dev-service container in detached mode
Browse files Browse the repository at this point in the history
  • Loading branch information
varshadr committed Nov 2, 2023
1 parent fc57242 commit 106e911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: cp .env.example .env

- name: Build Docker image
run: docker compose -f docker-compose.yml -f docker-compose.dev.yml up dev-service
run: docker compose -f docker-compose.yml -f docker-compose.dev.yml up --detach dev-service

- name: Generate API documentation
run: docker exec -d mathesar_service_dev ./manage.py spectacular --color --file schema.yml
Expand Down

0 comments on commit 106e911

Please sign in to comment.