Skip to content

Commit f91a06c

Browse files
authored
Update config.yml
1 parent 30c351c commit f91a06c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010

1111
- image: redislabs/redisgraph:edge
1212
port: 6379:6379
13-
name: redisgraph
1413

1514
working_directory: ~/repo
1615

@@ -32,4 +31,4 @@ jobs:
3231
key: v1-dependencies-{{ checksum "package.json" }}
3332

3433
# run tests!
35-
- run: sleep 20 && npm test
34+
- run: npm test

0 commit comments

Comments
 (0)