Skip to content

Commit

Permalink
Add minio for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kdumontnu committed May 10, 2023
1 parent 06d38e4 commit f9cbc8f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pull-db_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,16 @@ jobs:
- "143:143"
- "587:587"
- "993:993"
redis:
image: redis
# Set health checks to wait until redis has started
options: >-
--health-cmd "redis-cli ping"
--health-interval 5s
--health-timeout 3s
--health-retries 10
ports:
- 6379:6379
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit f9cbc8f

Please sign in to comment.