Skip to content

Commit f9cbc8f

Browse files
committed
Add minio for unit tests
1 parent 06d38e4 commit f9cbc8f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/pull-db_test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,16 @@ jobs:
110110
- "143:143"
111111
- "587:587"
112112
- "993:993"
113+
redis:
114+
image: redis
115+
# Set health checks to wait until redis has started
116+
options: >-
117+
--health-cmd "redis-cli ping"
118+
--health-interval 5s
119+
--health-timeout 3s
120+
--health-retries 10
121+
ports:
122+
- 6379:6379
113123
steps:
114124
- name: checkout
115125
uses: actions/checkout@v3

0 commit comments

Comments
 (0)