Skip to content

Commit

Permalink
corrected down command in compose
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioPDX committed Nov 7, 2023
1 parent 2c5a07f commit 195f52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
--timeout=30
- name: 'stop docker-compose stack'
run: |
docker-compose -f docker-compose.yml down
docker-compose -f development/docker-compose.yml down
ansible_test:
name: Run ansible-test validation
Expand Down

0 comments on commit 195f52e

Please sign in to comment.