Skip to content

Commit

Permalink
Try creating check with workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
imindich committed Dec 21, 2024
1 parent 6929ab9 commit 0d2dd06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/process_test_results/action.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Process Test Results
description: Uploads test results to DataDog.

on:
workflow_run:
workflows: [ main ]
types: [ completed ]

inputs:
datadog_api_key:
description: "Path to directory where test results are saved."
Expand Down Expand Up @@ -51,6 +57,7 @@ runs:
path: "results/*.xml"
reporter: jest-junit
fail-on-error: 'false'
only-summary: 'true'

- name: Get Datadog CLI
id: download-dd-cli
Expand Down

0 comments on commit 0d2dd06

Please sign in to comment.