Fix for xml expression to not parse arbitrary strings (#679) #66
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.3 / 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: '[email protected]' | |
- name: Build and test | |
run: sbt -Dspark.testVersion=3.3.3 ++2.13.8 clean mimaReportBinaryIssues test |