Commit c4d44e14 authored by Bartek Fabiszewski's avatar Bartek Fabiszewski
Browse files

GHA: show reports on failure

parent 0d6b8eac
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -18,14 +18,9 @@ jobs:
          java-version: '11'
      - name: build
        run: ./gradlew build
      - name: show logs on failure
      - name: show reports on failure
        if: ${{ failure() }}
        run: |
          cat app/build/reports/checkstyle.html
          cat app/build/reports/lint-results.xml
          cat app/build/reports/lint-results.html
          cat app/build/reports/findbugs.html
          cat app/build/reports/pmd.html
        run: cat app/build/reports/*

  upload-to-transifex:
    runs-on: ubuntu-latest