Skip to content

Commit

Permalink
Merge pull request #117 from guitarrapc/feature/ci
Browse files Browse the repository at this point in the history
ci: docker-compose to docker compose
  • Loading branch information
guitarrapc authored Sep 3, 2024
2 parents 5a68741 + 43e977e commit 3319a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
run: dotnet run --project ./samples/SimpleGenerate/SimpleGenerate.csproj -c ${{ env.BUILD_CONFIG }} -f net${{ matrix.dotnet-version }}
# LinuxRunSamples
- name: Run Linux Docker Compose (${{ matrix.dotnet-version}})
run: docker-compose -f ./samples/LinuxCompose/compose.override.${{ matrix.dotnet-version }}.yaml up
run: docker compose -f ./samples/LinuxCompose/compose.override.${{ matrix.dotnet-version }}.yaml up

0 comments on commit 3319a8e

Please sign in to comment.