Skip to content

Commit

Permalink
Prefetch some dgraph4j dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Dec 14, 2024
1 parent 6295023 commit 47123b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/test-integrate/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ runs:
mvn --batch-mode -Dspotless.check.skip -DskipTests install
cd examples/scala
mvn --batch-mode -Dspotless.check.skip package
# spark-submit is not capable of downloading these dependencies, fetching them through mvn
mvn --batch-mode -Dspotless.check.skip dependency:get -DgroupId=com.google.protobuf -DartifactId=protobuf-java -Dversion=4.29.1
mvn --batch-mode -Dspotless.check.skip dependency:get -DgroupId=org.slf4j -DartifactId=slf4j-api -Dversion=2.0.16
shell: bash

- name: Start Dgraph cluster (Small)
Expand Down

0 comments on commit 47123b8

Please sign in to comment.