Skip to content

Commit

Permalink
enable tpcds test for scala 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Oct 30, 2023
1 parent d5e8064 commit 754965a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tpcds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
fail-fast: false
matrix:
spark: [ 3.3, 3.4 ]
scala: [ 2.12, 2.13 ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand All @@ -41,6 +42,7 @@ jobs:
- run: >-
./gradlew clean slowTest --no-daemon --refresh-dependencies
-Dspark_binary_version=${{ matrix.spark }}
-Dscala_binary_version=${{ matrix.scala }}
-PmavenCentralMirror=https://maven-central.storage-download.googleapis.com/maven2/
- name: Upload test logs
if: failure()
Expand Down

0 comments on commit 754965a

Please sign in to comment.