Skip to content

Commit

Permalink
Test: fix Redis port
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonCN committed Dec 1, 2024
1 parent ad9a56d commit 04ae5d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
# Maps port 6379 on service container to the host
- 6379:6379

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
Expand Down

0 comments on commit 04ae5d8

Please sign in to comment.