Skip to content

Commit 10df7e0

Browse files
committed
fix pr_benchmark_check.yml
1 parent 654bbad commit 10df7e0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pr_benchmark_check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,7 @@ jobs:
8484
${{ runner.os }}-benchmark-maven-
8585
8686
- name: Check Scala compilation and linting
87+
# Pinned to spark-4.0 because semanticdb-scalac_2.13.17 (spark-4.1 default)
88+
# is not yet published, which breaks the -Psemanticdb scalafix lint.
8789
run: |
88-
./mvnw -B compile test-compile scalafix:scalafix -Dscalafix.mode=CHECK -Psemanticdb -DskipTests
90+
./mvnw -B compile test-compile scalafix:scalafix -Dscalafix.mode=CHECK -Pspark-4.0 -Psemanticdb -DskipTests

0 commit comments

Comments
 (0)