Skip to content

Commit e9cf1fc

Browse files
committed
wip
1 parent 1ae959f commit e9cf1fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
continue-on-error: true
101101

102102
- name: Show test report if tests fail
103-
run: cat build/reports/tests/test/index.html
103+
run: cat build/reports/tests/test/classes/org.arkecosystem.crypto.transactions.builder.ValidatorRegistrationBuilderTest.html
104104

105105
- name: Codecov
106106
run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)