Skip to content

Commit

Permalink
GitHub Actions: use test reporter that does not require Docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Nov 23, 2023
1 parent e0d9f2e commit 319be5b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/assemble-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
- name: Build and run unit tests
run: ./gradlew :app:testPureDebugUnitTest

- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@ca89ad036b5fcd524c1017287fb01b5139908408 # v2.11.0
# https://github.com/EnricoMi/publish-unit-test-result-action#configuration
- name: Test Report
uses: dorny/test-reporter@afe6793191b75b608954023a46831a3fe10048d4 # v1.7.0
if: always() # also run if tests failed
with:
comment_mode: off # do not create comment on pull requests
junit_files: app/build/test-results/**/*.xml
name: JUnit Report
path: app/build/test-results/**/*.xml
reporter: java-junit

lint:
name: Lint
Expand Down

0 comments on commit 319be5b

Please sign in to comment.