Skip to content

Commit

Permalink
Merge pull request #173 from ipfs-shipyard/enable-ci-on-prs
Browse files Browse the repository at this point in the history
chore: enable CI on PRs
  • Loading branch information
ianopolous authored Aug 13, 2020
2 parents 187c236 + 91ce14a commit bda0204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Java CI

on: [push]
on: [push, pull_request]

jobs:
build:
Expand All @@ -19,4 +19,4 @@ jobs:
run: ant -noinput -buildfile build.xml dist
- name: Run tests
timeout-minutes: 10
run: ant -noinput -buildfile build.xml test
run: ant -noinput -buildfile build.xml test

0 comments on commit bda0204

Please sign in to comment.