Skip to content

Commit fd0c1c6

Browse files
committed
Update test.yml
1 parent 972ab8e commit fd0c1c6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,5 @@ jobs:
9797
- name: Test
9898
run: gradle test && gradle jacocoTestReport
9999

100-
- name: temporary Show test report if tests fail
101-
if: failure()
102-
run: cat build/reports/tests/test/classes/org.arkecosystem.crypto.transactions.builder.ValidatorRegistrationBuilderTest.html
103-
104100
- name: Codecov
105101
run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)