Skip to content

2981 Missing run types not detected at file upload time #1258

2981 Missing run types not detected at file upload time

2981 Missing run types not detected at file upload time #1258

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