File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 - name : Publish Test Report
2424 uses : ./
2525 with :
26- report-path : ' ./ctrf/*.json'
26+ report-path : " ./ctrf/*.json"
2727 integrations-config : |
2828 {
2929 "slack": {
@@ -45,15 +45,15 @@ jobs:
4545 OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
4646 if : always()
4747 - name : Publish Test Report
48- uses : ctrf-io/github-test-reporter@v1
48+ uses : ./
4949 with :
5050 report-path : ' ./ctrf/*.json'
5151 summary : false
5252 integrations-config : |
5353 {
5454 "slack": {
5555 "enabled": true,
56- "action": "results", # One of: "results" | "ai" | "failed" | "flaky"
56+ "action": "results",
5757 "options": {
5858 "title": "Test Results",
5959 "prefix": "Custom prefix",
6767 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
6868 if : always()
6969 - name : Publish Test Report
70- uses : ctrf-io/github-test-reporter@v1
70+ uses : ./
7171 with :
7272 report-path : ' ./ctrf/*.json'
7373 summary : false
8686 TEAMS_WEBHOOK_URL : ${{ secrets.TEAMS_WEBHOOK_URL }}
8787 if : always()
8888 - name : Publish Test Report
89- uses : ctrf-io/github-test-reporter@v1
89+ uses : ./
9090 with :
9191 report-path : ' ./ctrf/*.json'
9292 integrations-config : |
You can’t perform that action at this time.
0 commit comments