Skip to content

Commit

Permalink
drop log
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Aug 18, 2023
1 parent 75cddb0 commit 8b6080f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
run: |
pixi run build-jni
ls target/release -la
pixi run python automation/find_file.py /home/runner/work/vegafusion/vegafusion/target/release/ "libvegafusion_jni\\.(dylib|dll|so)"
pixi run test-java
# build-test-java-linux64:
Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ build-jni = "cargo build -p vegafusion-jni --release"

[tasks.test-java]
cmd = """
export VEGAFUSION_JNI_LIBRARY=$(python automation/find_file.py $PIXI_PACKAGE_ROOT/target/release/ \"libvegafusion_jni\\.(dylib|dll|so)\") &&
export VEGAFUSION_JNI_LIBRARY=$(python automation/find_file.py $PIXI_PACKAGE_ROOT/target/release/ \"libvegafusion_jni\\.(so|dylib|dll)$\") &&
cd java &&
./gradlew test $0
"""
Expand Down

0 comments on commit 8b6080f

Please sign in to comment.