Skip to content

Commit

Permalink
Fix docker compose up command
Browse files Browse the repository at this point in the history
  • Loading branch information
ArieGato committed Nov 23, 2024
1 parent 10baea6 commit 2de824e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: ${{ startsWith(matrix.os, 'ubuntu') }}
shell: pwsh
run: |
docker-compose up -d
docker compose up -d
$val = 0
while(1 -eq 1) {
$status_ssl_plain = docker inspect --format "{{json .State.Health.Status }}" serilog.sinks.rabbitmq.ssl-plain
Expand Down

0 comments on commit 2de824e

Please sign in to comment.