Skip to content

Upgrade to Spark 3.4.0 (#235) #255

Upgrade to Spark 3.4.0 (#235)

Upgrade to Spark 3.4.0 (#235) #255

Workflow file for this run

name: Scala CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
profile: ['spark34']
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build and run tests
run: mvn clean package -P ${{ matrix.profile }}