We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa30273 commit 57cf12bCopy full SHA for 57cf12b
1 file changed
.github/workflows/tests.yml
@@ -13,16 +13,10 @@ jobs:
13
image: mongo:8
14
ports:
15
- 27017:27017
16
- options: >
17
- --health-cmd "mongosh --eval db.adminCommand('ping')"
18
- --health-interval 10s --health-timeout 10s --health-retries 10 --health-start-period 40s
19
redis:
20
image: redis:6-alpine
21
22
- 6379:6379
23
24
- --health-cmd "redis-cli ping"
25
- --health-interval 10s --health-timeout 5s --health-retries 5
26
steps:
27
- uses: actions/checkout@v4
28
- name: install nodejs
0 commit comments