Skip to content

Commit

Permalink
fix(ci): docker-compose should now be docker compose (v2)
Browse files Browse the repository at this point in the history
  • Loading branch information
James Abbott committed Sep 2, 2024
1 parent 085eaaf commit 0959fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: fetch-models
run: sh fetch-models.sh
- name: execute
run: docker-compose -f ./docker/docker-compose.yaml run dotnet
run: docker compose -f ./docker/docker-compose.yaml run dotnet

0 comments on commit 0959fee

Please sign in to comment.