mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
ci: add redis service required for celery
This commit is contained in:
5
.github/workflows/test_server.yml
vendored
5
.github/workflows/test_server.yml
vendored
@@ -11,6 +11,11 @@ on:
|
||||
jobs:
|
||||
pytest:
|
||||
runs-on: ubuntu-latest
|
||||
services:
|
||||
redis:
|
||||
image: redis:6
|
||||
ports:
|
||||
- 6379:6379
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install poetry
|
||||
|
||||
Reference in New Issue
Block a user