Skip to content

Commit

Permalink
fix workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Dec 15, 2024
1 parent 6fdf55b commit 7ae112a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/test-integrate/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ runs:
- name: Prepare Integration Tests
run: |
mvn --batch-mode -Dspotless.check.skip -DskipTests install
cd examples/scala
mvn --batch-mode -Dspotless.check.skip package
(cd examples/scala && mvn --batch-mode -Dspotless.check.skip package)
# spark-submit is not capable of downloading these dependencies, fetching them through mvn
for dep in "org.slf4j#slf4j-api;2.0.16" \
"com.google.protobuf#protobuf-java;4.29.1" \
Expand Down

0 comments on commit 7ae112a

Please sign in to comment.