Skip to content

Commit

Permalink
GitHub Actions : disable step jwgmeligmeyling/spotbugs-github-action
Browse files Browse the repository at this point in the history
Always fails with error message "TypeError: Cannot read property 'sourcepath' of undefined"
See jwgmeligmeyling/spotbugs-github-action#15

git-svn-id: https://josm.openstreetmap.de/svn/trunk@18064 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
don-vip committed Jul 18, 2021
1 parent 4f74fe4 commit 2b88c9f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/spotbugs-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
with:
path: spotbugs-josm.xml

- uses: jwgmeligmeyling/spotbugs-github-action@master
with:
path: '**/spotbugs-josm.xml'
# Disable step, always failing with error message
# TypeError: Cannot read property 'sourcepath' of undefined
# see https://github.com/jwgmeligmeyling/spotbugs-github-action/issues/15
#- uses: jwgmeligmeyling/spotbugs-github-action@master
# with:
# path: '**/spotbugs-josm.xml'

0 comments on commit 2b88c9f

Please sign in to comment.