Skip to content

Commit

Permalink
Update pipeline-ci.yaml
Browse files Browse the repository at this point in the history
Correção do caminho do docker-compose.yml
  • Loading branch information
pedroeverton217 authored Jan 8, 2025
1 parent 90745cd commit 5a5841b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Docker Compose
run: |
docker-compose -f docker-compose.yml up -d --build
docker-compose -f API/docker-compose.yml up -d --build
- name: Run migrations
run: |
Expand Down

0 comments on commit 5a5841b

Please sign in to comment.