Skip to content

Commit 302b67c

Browse files
filipecosta90gkorland
authored andcommitted
[fix] fixed run query builder tests. ( added it also to checkout step ) (#45)
1 parent cac6de9 commit 302b67c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.circleci/config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ jobs:
4040
. venv/bin/activate
4141
REDIS_PORT=6379 coverage run test/test.py
4242
codecov
43+
44+
- run:
45+
name: run query builder tests
46+
command: |
47+
. venv/bin/activate
48+
REDIS_PORT=6379 python test/test_builder.py
4349
4450
- store_artifacts:
4551
path: test-reports
@@ -83,7 +89,7 @@ jobs:
8389
name: run query builder tests
8490
command: |
8591
. venv/bin/activate
86-
python test/test.py
92+
REDIS_PORT=6379 python test/test_builder.py
8793
8894
# no need for store_artifacts on nightly builds
8995

0 commit comments

Comments
 (0)