Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lidongze0629 committed Aug 30, 2024
1 parent 7365cb9 commit 4a8abf0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gae.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ jobs:

- name: Run Cpp Test
env:
GRAPHSCOPE_HOME: /opt/graphscope
GS_TEST_DIR: ${{ github.workspace }}/gstest
RUN_JAVA_TESTS: ON
run: |
source ${HOME}/.graphscope_env
# download dataset
git clone -b master --single-branch --depth=1 https://github.com/7br/gstest.git ${GS_TEST_DIR}
Expand All @@ -77,8 +78,9 @@ jobs:
env:
GS_TEST_DIR: ${{ github.workspace }}/gstest
RUN_JAVA_TESTS: ON
GRAPHSCOPE_HOME: /opt/graphscope
run: |
source ${HOME}/.graphscope_env
version=$(cat ${GITHUB_WORKSPACE}/VERSION)
export USER_JAR_PATH=${GITHUB_WORKSPACE}/analytical_engine/java/grape-demo/target/grape-demo-${version}-shaded.jar
Expand Down

0 comments on commit 4a8abf0

Please sign in to comment.