Skip to content

test: build ngff multiscales v0.4 metadata #26

test: build ngff multiscales v0.4 metadata

test: build ngff multiscales v0.4 metadata #26

Workflow file for this run

name: build PR
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install blosc
run: |
sudo apt-get update
sudo apt-get install -y libblosc1
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'zulu'
cache: 'maven'
- name: Set up CI environment
run: .github/setup.sh
- name: Execute the build
run: .github/build.sh