Skip to content

Commit

Permalink
Add workflow telemetry step to generate heat map and performance data
Browse files Browse the repository at this point in the history
  • Loading branch information
tsviz committed Dec 4, 2024
1 parent 0d8e01b commit e537eff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ jobs:
BROWSER: ${{ matrix.browser }}
BASE_URL: "https://${{ needs.setup-staging-environment.outputs.CONTAINER_APP_URL }}"

- name: Workflow Telemetry - Generate heat map and performance data
uses: catchpoint/[email protected]

create-qa-ticket:
needs: [ui-tests]
permissions:
Expand Down

0 comments on commit e537eff

Please sign in to comment.