We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d982fc0 commit ebacac1Copy full SHA for ebacac1
.github/workflows/ant.yml
@@ -16,6 +16,8 @@ jobs:
16
java-version: 11
17
- name: Install and run ipfs
18
run: ./install-run-ipfs.sh
19
+ - name: Build & run tests with Maven
20
+ run: mvn test
21
- name: Build with Ant
22
run: ant -noinput -buildfile build.xml dist
23
- name: Run tests
0 commit comments