Skip to content

Bump actions/checkout from 1 to 3 (#31) #24

Bump actions/checkout from 1 to 3 (#31)

Bump actions/checkout from 1 to 3 (#31) #24

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
- name: Build with Ant
run: ant -noinput -buildfile build.xml dist
- name: Run tests
timeout-minutes: 10
run: ant -noinput -buildfile build.xml test