We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa46c63 commit 532811cCopy full SHA for 532811c
1 file changed
.github/workflows/ant.yml
@@ -4,13 +4,13 @@ on:
4
schedule:
5
- cron: '42 0 * * 4'
6
push:
7
- branches:
8
- - master
9
pull_request:
10
11
jobs:
12
build:
+
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v6
16
- name: Set up JDK 11
@@ -22,8 +22,3 @@ jobs:
22
run: ./install-run-ipfs.sh
23
- name: Build & run tests with Maven
24
run: mvn test
25
- - name: Build with Ant
26
- run: ant -noinput -buildfile build.xml dist
27
- - name: Run tests
28
- timeout-minutes: 10
29
- run: ant -noinput -buildfile build.xml test
0 commit comments