File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
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()
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
You can’t perform that action at this time.
0 commit comments