Skip to content

(#3043) Handle data with no positions in dataset processing #1327

(#3043) Handle data with no positions in dataset processing

(#3043) Handle data with no positions in dataset processing #1327

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 17
- name: Build
run: ./gradlew build -x test