Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
ci: Always save test-report
Browse files Browse the repository at this point in the history
  • Loading branch information
tklein1801 authored Nov 23, 2023
1 parent 028f752 commit e19c2bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Run Tests

on:
workflow_dispatch:
push:
branches: [main]
pull_request:
Expand Down Expand Up @@ -36,6 +37,7 @@ jobs:
run: ./gradlew test
- name: Upload report
uses: actions/upload-artifact@v2
if: always()
with:
name: Test Report
path: ./build/reports/tests/test/
Expand Down

0 comments on commit e19c2bb

Please sign in to comment.