From ebacac1b9f7a2ca42786000774bd718b312fcde8 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Fri, 28 Feb 2025 19:38:46 +0100 Subject: [PATCH] build: Run (also) Maven-based build on CI --- .github/workflows/ant.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index ab333ab..82c087e 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -16,6 +16,8 @@ jobs: java-version: 11 - name: Install and run ipfs run: ./install-run-ipfs.sh + - name: Build & run tests with Maven + run: mvn test - name: Build with Ant run: ant -noinput -buildfile build.xml dist - name: Run tests