Skip to content

chore: Simplify project by removing the Ant-based build; Maven only is fine #267

chore: Simplify project by removing the Ant-based build; Maven only is fine

chore: Simplify project by removing the Ant-based build; Maven only is fine #267

Workflow file for this run

name: Java CI
on:
schedule:
- cron: '42 0 * * 4'
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up JDK 11
uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 11
- name: Install and run ipfs
run: ./install-run-ipfs.sh
- name: Build & run tests with Maven
run: mvn test