File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 branches :
88 - " main"
99jobs :
10- verify :
10+ success :
1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v4
2222 mesh-config : ./tca/test/manifest.yaml
2323 local-only : true
2424
25+ failure :
26+ runs-on : ubuntu-latest
27+ steps :
28+ - uses : actions/checkout@v4
29+ with :
30+ path : tca
31+ clean : true
2532 - name : failure
2633 uses : ./tca
2734 continue-on-error : true # Continue even if the job fails
@@ -33,10 +40,23 @@ jobs:
3340 github-token : ${{ secrets.GITHUB_TOKEN }}
3441 local-only : true
3542
43+ - name : Comment on PR
44+ uses : thollander/actions-comment-pull-request@v3
45+ with :
46+ mode : upsert
47+ file-path : ${{ steps.failure.outputs.result-file }}
48+
49+ hybrid-failure :
50+ runs-on : ubuntu-latest
51+ steps :
52+ - uses : actions/checkout@v4
53+ with :
54+ path : tca
55+ clean : true
56+
3657 - name : hybrid
3758 uses : ./tca
38- env :
39- RUNNER_DEBUG : " 1"
59+ continue-on-error : true # Continue even if the job fails
4060 with :
4161 tis-password : ${{ secrets.TIS_PASS }}
4262 github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments