Skip to content

Commit 5157d20

Browse files
committed
jh
1 parent 3074435 commit 5157d20

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/int.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build
2222
run: npm run all:action
2323
- name: Publish Test Report
24-
uses: ctrf-io/github-test-reporter@v1
24+
uses: ./
2525
with:
2626
report-path: './ctrf/*.json'
2727
integrations-config: |

src/core/action-handler.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ export async function runAction(): Promise<void> {
1212
const githubContext = getAllGitHubContext()
1313

1414
const report = await prepareReport(inputs, githubContext)
15+
console.log('report')
1516
console.log(JSON.stringify(report, null, 2))
1617
await processIntegrations(inputs.integrationsConfig, report)
18+
console.log('report processed')
1719

1820
await handleViewsAndComments(inputs, report)
1921
handleAnnotations(inputs, report)

0 commit comments

Comments
 (0)