Skip to content

Commit

Permalink
swap order of checks
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVe committed Dec 11, 2023
1 parent e17e4cb commit fdbb905
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@ jobs:
- name: Build with Gradle
run: NO_GPG_SIGN=true ./gradlew --stacktrace check test

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

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: |
./**/build/test-results/test/*.xml
- 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 fdbb905

Please sign in to comment.