Skip to content

Commit 28a183f

Browse files
authored
Update unit-tests.yml
Add Redis server for GA
1 parent cb0e7c6 commit 28a183f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@ jobs:
2727
pip install -r requirements.txt
2828
pip install pytest fakeredis
2929
30+
- name: Redis Server in GitHub Actions
31+
uses: supercharge/[email protected]
32+
3033
- name: Run tests
3134
run: pytest --disable-pytest-warnings -v tests/

0 commit comments

Comments
 (0)