mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
updated tests workflow
This commit is contained in:
parent
859b632ebb
commit
77f6090dae
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user