Skip to content

Commit 57cf12b

Browse files
committed
remove healthchecks
1 parent aa30273 commit 57cf12b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,10 @@ jobs:
1313
image: mongo:8
1414
ports:
1515
- 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
1916
redis:
2017
image: redis:6-alpine
2118
ports:
2219
- 6379:6379
23-
options: >
24-
--health-cmd "redis-cli ping"
25-
--health-interval 10s --health-timeout 5s --health-retries 5
2620
steps:
2721
- uses: actions/checkout@v4
2822
- name: install nodejs

0 commit comments

Comments
 (0)