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