Skip to content

Commit

Permalink
Test telemetry workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianG committed Oct 22, 2024
1 parent 4464479 commit 5906f60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/end2end.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,8 @@ jobs:
env:
GIT_ACCESS_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN }}
steps:
- name: Collect Workflow Telemetry
uses: catchpoint/workflow-telemetry-action@v2
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
Expand Down Expand Up @@ -652,6 +654,8 @@ jobs:
runs-on:
- ubuntu-22.04-8core
steps:
- name: Collect Workflow Telemetry
uses: catchpoint/workflow-telemetry-action@v2
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
Expand Down

0 comments on commit 5906f60

Please sign in to comment.