Skip to content

Commit 0118f86

Browse files
committed
kjhkj
1 parent 3fc478a commit 0118f86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/int.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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",
@@ -67,7 +67,7 @@ jobs:
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
@@ -86,7 +86,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)