diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0e509ec..b0a1c55 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -19,10 +19,10 @@ jobs: ports: - 27017:27017 options: >- - --health-cmd 'mongo --eval "db.runCommand({ ping: 1 })" --quiet' - --health-interval 10s - --health-timeout 5s - --health-retries 5 + --health-cmd='mongo --eval "db.runCommand({ ping: 1 })" --quiet' + --health-interval=10s + --health-timeout=5s + --health-retries=5 steps: - uses: actions/checkout@v3