Skip to content

Commit 1ae959f

Browse files
committed
Update test.yml
1 parent 1c084cc commit 1ae959f

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,7 @@ jobs:
100100
continue-on-error: true
101101

102102
- name: Show test report if tests fail
103-
if: failure()
104103
run: cat build/reports/tests/test/index.html
105104

106-
- name: Upload Test Report
107-
if: always()
108-
uses: actions/upload-artifact@v3
109-
with:
110-
name: test-report
111-
path: build/reports/tests/test/index.html
112-
113105
- name: Codecov
114106
run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)