Skip to content

Commit ebacac1

Browse files
committed
build: Run (also) Maven-based build on CI
1 parent d982fc0 commit ebacac1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ant.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
java-version: 11
1717
- name: Install and run ipfs
1818
run: ./install-run-ipfs.sh
19+
- name: Build & run tests with Maven
20+
run: mvn test
1921
- name: Build with Ant
2022
run: ant -noinput -buildfile build.xml dist
2123
- name: Run tests

0 commit comments

Comments
 (0)