Skip to content

Commit 5ea7faf

Browse files
committed
test(extension): add telemetry to smoek tests run within CI flow
1 parent 1fc3c99 commit 5ea7faf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/actions/test/e2e/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ runs:
4747
run: |
4848
Xvfb :99 &
4949
50+
- name: Collect Workflow Telemetry Smoke Tests
51+
if: ${{ inputs.SMOKE_ONLY == 'true' }}
52+
uses: catchpoint/workflow-telemetry-action@v2
53+
with:
54+
comment_on_pr: false
55+
5056
- name: Execute E2E tests
5157
if: success()
5258
shell: bash

0 commit comments

Comments
 (0)