Skip to content

Commit

Permalink
disable spotbugs upload
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Nov 24, 2023
1 parent 8f731c1 commit e35578b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,15 @@ jobs:
- name: Execute Gradle build
run: ./gradlew build

# disabled - fails with TypeError
# - uses: jwgmeligmeyling/spotbugs-github-action@master
# with:
# path: '**/spotbugs.xml'
- name: Upload spotbugs report
uses: actions/upload-artifact@v3
with:
path: spotbugs.xml

# disabled - fails with TypeError
# - uses: jwgmeligmeyling/spotbugs-github-action@master
# with:
# path: '**/spotbugs.xml'

qodana:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e35578b

Please sign in to comment.