Skip to content

Have the parquet export transform from fill values to mising values #33

Have the parquet export transform from fill values to mising values

Have the parquet export transform from fill values to mising values #33

Workflow file for this run

name: Build and test ERDDAP
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build and test with Maven
run: >
mvn --batch-mode
-Dgcf.skipInstallHooks=true
-Dmaven.test.redirectTestOutputToFile=true
-Ddownload.unpack=true
-Ddownload.unpackWhenChanged=false
clean verify