Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad authored Oct 30, 2024
1 parent 9dd5b7a commit d955bc3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,13 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Fail on whitespace errors
run: git show HEAD --check
- name: Clone our fork of PyDev
run: |
mkdir "$HOME/git"
pushd "$HOME/git"
git clone --depth=50 --branch=pydev_9_3 https://github.com/ponder-lab/Pydev.git
popd
- name: Build with Maven
run: mvn -U -s .travis.settings.xml -Dgithub.username=${{ github.actor }} -Dgithub.password=${{ secrets.GITHUB_TOKEN }} -Dlogging.config.file=\${maven.multiModuleProjectDirectory}/logging.ci.properties -DtrimStackTrace=true -Dtycho.showEclipseLog=false -B verify -Pjacoco coveralls:report

0 comments on commit d955bc3

Please sign in to comment.