Skip to content

Commit

Permalink
GitHub Actions: Integrate telemetry action
Browse files Browse the repository at this point in the history
This action will gather statistics around eden test execution in GitHub
Runners, helping us identify bottlenecks

Signed-off-by: Pavel Abramov <uncle.decart@gmail.com>
  • Loading branch information
uncleDecart authored and milan-zededa committed Jun 21, 2024
1 parent 6e38968 commit 756b550
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/run-eden-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ inputs:
runs:
using: 'composite'
steps:
- name: Collect Workflow Telemetry
uses: catchpoint/workflow-telemetry-action@v2
with:
proc_trace_sys_enable: true
comment_on_pr: false
- name: Setup Environment
uses: ./eden/.github/actions/setup-environment
with:
Expand Down

0 comments on commit 756b550

Please sign in to comment.