Skip to content

Commit

Permalink
add github action
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVe committed Dec 11, 2023
1 parent fdb767d commit 29e262f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
name: maven-repo
path: ~/.m2/repository/com/yubico/yubikit/

- name: Publish SpotBugs reports
uses: lcollins/[email protected]
with:
path: ./**/build/reports/spotbugs/*.xml

- name: Upload build reports
uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 29e262f

Please sign in to comment.