We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf48b8 commit 7bece05Copy full SHA for 7bece05
.circleci/config.yml
@@ -37,7 +37,7 @@ jobs:
37
name: run tests
38
command: |
39
. venv/bin/activate
40
- REDIS_PORT=6379 python test/test.py
+ REDIS_PORT=6379 python redisai/test.py
41
42
- store_artifacts:
43
path: test-reports
0 commit comments