Skip to content

Test fixes: place n5 in HOME/Desktop/test.n5, add spark.driver.bindAd… #1163

Test fixes: place n5 in HOME/Desktop/test.n5, add spark.driver.bindAd…

Test fixes: place n5 in HOME/Desktop/test.n5, add spark.driver.bindAd… #1163

Workflow file for this run

# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Maven build
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'zulu'
cache: maven
- name: Build with Maven
run: mvn --no-transfer-progress -Dproject.build.sourceEncoding=UTF-8 package --file pom.xml