Update to test vs Spark 3.4, and tested Spark/Scala/Java configs (#659) #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Spark 3.4 / Java 11 / Scala 2.13 | |
on: | |
push: | |
branches: [master] | |
pull_request: | |
branches: [master] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Set up Java, SBT | |
uses: olafurpg/setup-scala@v11 | |
with: | |
java-version: 'adopt@1.11' | |
- name: Build and test | |
run: sbt -Dspark.testVersion=3.4.1 ++2.13.8 clean scalastyle test:scalastyle mimaReportBinaryIssues test |