Skip to content

Commit

Permalink
CI: Instead of spamming the output, upload the test results file
Browse files Browse the repository at this point in the history
  • Loading branch information
Inky-developer committed Oct 13, 2024
1 parent d7c7759 commit d19a4de
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ jobs:
uses: gradle/actions/setup-gradle@v3

- name: Run tests
run: ./gradlew test --info
run: ./gradlew test

- name: Upload test results
uses: actions/upload-artifact@v4
with:
path: app/build/reports/tests

# Unfortunately this does not work
# TODO: investigate why
Expand Down

0 comments on commit d19a4de

Please sign in to comment.