We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae959f commit e9cf1fcCopy full SHA for e9cf1fc
1 file changed
.github/workflows/test.yml
@@ -100,7 +100,7 @@ jobs:
100
continue-on-error: true
101
102
- name: Show test report if tests fail
103
- run: cat build/reports/tests/test/index.html
+ run: cat build/reports/tests/test/classes/org.arkecosystem.crypto.transactions.builder.ValidatorRegistrationBuilderTest.html
104
105
- name: Codecov
106
run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}
0 commit comments