Skip to content

Commit

Permalink
updated name of the step to Start Docker Compose
Browse files Browse the repository at this point in the history
  • Loading branch information
varshadr committed Nov 2, 2023
1 parent 27d4f1c commit 75961f7
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 @@ -23,7 +23,7 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
- name: Build Docker image
- name: Start Docker Compose
run: docker compose -f docker-compose.yml -f docker-compose.dev.yml up --detach dev-service

- name: Generate API documentation
Expand Down

0 comments on commit 75961f7

Please sign in to comment.