Skip to content

Commit ca53806

Browse files
committed
Test --epoch-millis option in CI
1 parent 55f9856 commit ca53806

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ jobs:
9797
command: |
9898
tools/docker-run.sh --mode bi --scale-factor 0.003 --explode-edges --format-options header=false,quoteAll=true,compression=gzip
9999
mv out/ social-network-sf0.003-bi-composite-projected-fk-neo4j-compressed/
100+
- run:
101+
name: Generate SF0.003 / BI / compressed composite-projected CSVs for Neo4j with epoch milli timestamps
102+
command: |
103+
tools/docker-run.sh --mode bi --scale-factor 0.003 --explode-edges --epoch-millis --format-options header=false,quoteAll=true,compression=gzip
104+
mv out/ social-network-sf0.003-bi-composite-projected-fk-neo4j-compressed-epoch-millis/
100105
# Interactive
101106
- run:
102107
name: Generate SF0.003 / Interactive / singular-projected CSVs

0 commit comments

Comments
 (0)