Skip to content

Commit 6b41ebc

Browse files
authored
CI Improvements (#30)
feat: upload of test results in case they fail
1 parent 8a86e65 commit 6b41ebc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/CI.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,12 @@ jobs:
2727
UNIT_API_URL: ${{ secrets.UNIT_API_URL }}
2828
UNIT_TOKEN: ${{ secrets.UNIT_TOKEN }}
2929
access_token: ${{ secrets.UNIT_TOKEN }}
30+
31+
- name: Store reports
32+
if: failure()
33+
uses: actions/upload-artifact@v3
34+
with:
35+
name: reports
36+
path: |
37+
**/build/reports/
38+
**/build/test-results/

0 commit comments

Comments
 (0)