Skip to content

Commit

Permalink
changing docker-compose to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
tcnichol committed Aug 13, 2024
1 parent 4c14b2a commit 582cad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
- name: Stop containers
if: always()
run: docker-compose -f "docker-compose.test.yml" down
run: docker compose -f "docker-compose.test.yml" down

0 comments on commit 582cad3

Please sign in to comment.