[maven-release-plugin] prepare release v5.1.1 #166
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: Build Scala 2.11, Spark 2.4 | |
on: | |
push: | |
branches: [ master, branch-5 ] | |
pull_request: | |
branches: [ master, branch-5 ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Set up JDK 1.8 | |
uses: actions/setup-java@v1 | |
with: | |
java-version: 1.8 | |
- name: Run tests | |
run: mvn clean test -Plicense-check,spark-2.4,scala-2.11 |