From 5ea7faf88635ac0b80262e832e7ea931fb3b2ab7 Mon Sep 17 00:00:00 2001 From: wklos-iohk Date: Tue, 22 Apr 2025 09:53:23 +0200 Subject: [PATCH] test(extension): add telemetry to smoek tests run within CI flow --- .github/actions/test/e2e/action.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/actions/test/e2e/action.yml b/.github/actions/test/e2e/action.yml index 08e9ab552..62485f105 100644 --- a/.github/actions/test/e2e/action.yml +++ b/.github/actions/test/e2e/action.yml @@ -47,6 +47,12 @@ runs: run: | Xvfb :99 & + - name: Collect Workflow Telemetry Smoke Tests + if: ${{ inputs.SMOKE_ONLY == 'true' }} + uses: catchpoint/workflow-telemetry-action@v2 + with: + comment_on_pr: false + - name: Execute E2E tests if: success() shell: bash