File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed
Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 1414 contents : read
1515 issues : read
1616 checks : write
17- pull-requests : write
1817 steps :
1918 - uses : actions/checkout@v5
2019 - name : Helm unittests
@@ -23,18 +22,11 @@ jobs:
2322 - name : Bats unittests
2423 run : bats -TF junit --print-output-on-failure --show-output-of-passing-tests bats/* > target/tests/bats.xml
2524 continue-on-error : true
26- # - uses: EnricoMi/publish-unit-test-result-action@v2
27- # if: ${{ !cancelled() }}
28- # with:
29- # files: |
30- # target/tests/*
31- - name : Test Report
32- uses : dorny/test-reporter@v2
33- if : ${{ !cancelled() }} # run this step even if previous step failed
25+ - uses : EnricoMi/publish-unit-test-result-action@v2
26+ if : ${{ !cancelled() }}
3427 with :
35- name : JEST Tests # Name of the check run which will be created
36- path : target/tests/* # Path to test results
37- reporter : jest-junit # Format of test results
28+ files : target/tests/*
29+ comment_mode : off
3830
3931 docker-build :
4032 runs-on : digital-asset-wallet-gateway
You can’t perform that action at this time.
0 commit comments