Skip to content

Commit

Permalink
fixing workflow
Browse files Browse the repository at this point in the history
Committed-by: [email protected] from Dev container
  • Loading branch information
zhanglei1949 committed Jan 13, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent cc6dfc1 commit 4347546
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/interactive.yml
Original file line number Diff line number Diff line change
@@ -316,7 +316,7 @@ jobs:
- name: Test physical plan generation
run: |
cd ${GITHUB_WORKSPACE}/interactive_engine/compiler
cd ${GITHUB_WORKSPACE}/interactive_engine
cat > /tmp/physical_plan_gen_config.yaml <<EOF
compiler:
planner:
@@ -331,7 +331,10 @@ jobs:
echo " meta.reader.schema.uri: ${GITHUB_WORKSPACE}/flex/interactive/examples/modern_graph/graph.yaml" >> /tmp/physical_plan_gen_config.yaml
echo " meta.reader.statistics.uri: ${GITHUB_WORKSPACE}/interactive_engine/compiler/src/test/resources/statistics/modern_statistics.json" >> /tmp/physical_plan_gen_config.yaml
mvn clean install -DskipTests -Pgraph-planner-jni
./target/native/test_graph_planner
INTERACTIVE_ENGINE_HOME=${GITHUB_WORKSPACE}/interactive_engine
./target/native/test_graph_planner ${INTERACTIVE_ENGINE_HOME}/compiler/target/compiler-0.0.1-SNAPSHOT.jar:${INTERACTIVE_ENGINE_HOME}/compiler/target/libs/ ${INTERACTIVE_ENGINE_HOME}/executor/ir/target/release/libir_core.so \
${GITHUB_WORKSPACE}/flex/interactive/examples/modern_graph/graph.yaml ${INTERACTIVE_ENGINE_HOME}/compiler/src/test/resources/statistics/modern_statistics.json \
"MATCH(n) return count(n);" /tmp/physical_plan_gen_config.yaml
- name: Run End-to-End cypher adhoc ldbc query test
env:

0 comments on commit 4347546

Please sign in to comment.