Skip to content

Commit d93c816

Browse files
authored
Update unittest.yaml
1 parent eef55f0 commit d93c816

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/unittest.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
working-directory: trinity-${{ github.run_id }}/.github/workflows/docker
3838
run: |
3939
docker compose exec trinity-node-1 pytest tests --ignore=tests/data --ctrf report.json
40-
continue-on-error: true
4140
4241
- name: Upload test results
4342
uses: actions/upload-artifact@v4
@@ -49,7 +48,9 @@ jobs:
4948
uses: ctrf-io/github-test-reporter@v1
5049
with:
5150
report-path: trinity-${{ github.run_id }}/report.json
52-
pull-request-report: true
51+
summary: true
52+
pull-request: false
53+
issue: ${{ github.event.issue.number }}
5354
env:
5455
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5556
if: always()
@@ -63,6 +64,7 @@ jobs:
6364
- name: Cleanup workspace
6465
if: always()
6566
run: |
66-
rm -rf trinity-${{ github.run_id }}
67+
rm -rf trinity-${{ github.run_id }} 2>/dev/null
68+
continue-on-error: true
6769

6870
# TODO: run data tests after the dependency conflict is resolved

0 commit comments

Comments
 (0)