Skip to content

Commit 532811c

Browse files
committed
Unrelated/undo
1 parent aa46c63 commit 532811c

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/ant.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on:
44
schedule:
55
- cron: '42 0 * * 4'
66
push:
7-
branches:
8-
- master
97
pull_request:
108

119
jobs:
1210
build:
11+
1312
runs-on: ubuntu-latest
13+
1414
steps:
1515
- uses: actions/checkout@v6
1616
- name: Set up JDK 11
@@ -22,8 +22,3 @@ jobs:
2222
run: ./install-run-ipfs.sh
2323
- name: Build & run tests with Maven
2424
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

Comments
 (0)