Skip to content

Commit 2ca4d40

Browse files
committed
trying one more thing
1 parent 3c7cd9d commit 2ca4d40

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
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

0 commit comments

Comments
 (0)