Skip to content

Commit a835a21

Browse files
authored
Merge pull request #13 from RedisLabs/PR_run_tests
update circleci config
2 parents 66ce84b + 9e516cf commit a835a21

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,11 @@ jobs:
4444
docker run -d -p 6379:6379 -it --rm --name redisgraph redislabs/redisgraph
4545
mvn integration-test
4646
47+
workflows:
48+
version: 2
49+
build:
50+
jobs:
51+
- build:
52+
filters:
53+
tags:
54+
only: /.*/

0 commit comments

Comments
 (0)