mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +08:00
missing redis
This commit is contained in:
parent
952ccd8755
commit
d0c4b24a0e
5
.github/workflows/python-tests.yml
vendored
5
.github/workflows/python-tests.yml
vendored
|
@ -32,6 +32,11 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.10"]
|
||||
services:
|
||||
redis:
|
||||
image: redis
|
||||
ports:
|
||||
- 6379:6379
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in New Issue
Block a user