Skip to content

Commit ca0ee23

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,11 @@ jobs:
303303
name: '${{ env.BUILD_ARTIFACT_NAME }}'
304304
path: ./apps/browser-extension-wallet/dist
305305

306+
- name: Collect Workflow Telemetry Smoke Tests
307+
uses: catchpoint/workflow-telemetry-action@v2
308+
with:
309+
comment_on_pr: false
310+
306311
- name: Execute E2E tests
307312
uses: ./.github/actions/test/e2e
308313
with:

0 commit comments

Comments
 (0)