updated tests workflow

This commit is contained in:
pushrbx 2024-01-26 00:09:02 +00:00
parent 859b632ebb
commit 77f6090dae

View File

@ -38,7 +38,7 @@ jobs:
- name: Show MongoDB server status
run: |
docker run --rm mongo:6 mongosh mongodb:27017 --eval "db.runCommand({ serverStatus: 1 })"
docker run --rm --network host mongo:6 mongosh localhost:27017 --eval "db.runCommand({ serverStatus: 1 })"
- name: Setup extension cache
id: extcache