Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglei1949 committed Aug 9, 2023
1 parent 9b8d252 commit 673f2a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
FLEX_DATA_DIR: ${{ github.workspace }}/flex/storages/rt_mutable_graph/modern_graph/
run: |
cd ${GITHUB_WORKSPACE}/flex/build/
GLOG_v=10 ./tests/rt_mutable_graph/test_graph_loading \
../storages/rt_mutable_graph/modern_graph/modern_graph.yaml
../storages/rt_mutable_graph/modern_graph/bulk_load.yaml /tmp/csr-data-dir/
SCHEMA_FILE=../storages/rt_mutable_graph/modern_graph/modern_graph.yaml
BULK_LOAD_FILE=../storages/rt_mutable_graph/modern_graph/bulk_load.yaml
GLOG_v=10 ./tests/rt_mutable_graph/test_graph_loading ${SCHEMA_FILE} ${BULK_LOAD_FILE} /tmp/csr-data-dir/

0 comments on commit 673f2a2

Please sign in to comment.