Skip to content

Commit

Permalink
upload unit test results always
Browse files Browse the repository at this point in the history
  • Loading branch information
balrok committed May 16, 2024
1 parent 159b939 commit 8a01186
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Build with Gradle
run: ./gradlew test
- name: Unit tests results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: unit-tests-results
path: build/reports/tests/test

0 comments on commit 8a01186

Please sign in to comment.