Skip to content

Commit 0750b07

Browse files
committed
Run BI script in CI
1 parent 7294731 commit 0750b07

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.circleci/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
sudo apt install -y curl git wget unzip maven netcat
2828
# driver
2929
git clone --depth 1 --branch dev https://github.com/ldbc/ldbc_snb_driver && cd ldbc_snb_driver && mvn install -DskipTests && cd ..
30+
# Cypher
31+
cd cypher
32+
scripts/install-dependencies.sh
33+
cd ..
3034
# PostgreSQL
3135
# TODO
3236
- run:
@@ -52,4 +56,9 @@ jobs:
5256
- run:
5357
name: Test
5458
command: mvn test -B
59+
- run:
60+
name: Run Cypher Python script
61+
command: |
62+
cd cypher
63+
python3 bi.py
5564
- slack/status

0 commit comments

Comments
 (0)