Skip to content

Commit

Permalink
Fix docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Havret committed Sep 30, 2024
1 parent 65e1d1d commit 86a8449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
dotnet-version: "8.0.x"
- name: Run ActiveMQ Artemis
run: docker-compose up -V -d
run: docker compose up -V -d
working-directory: ./test/artemis
- name: Build with dotnet
run: dotnet build --configuration Release
Expand Down

0 comments on commit 86a8449

Please sign in to comment.