Skip to content

Commit f3d61fa

Browse files
authored
test: add telemetry id in vscuse case (#14226)
1 parent ecb298f commit f3d61fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ui-test-vscuse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ jobs:
532532
working-directory: packages/tests/vscuse/binary
533533
run: |
534534
vscuse.exe version
535-
vscuse.exe agent -f "../agent_cases/${{ matrix.file }}.txt" -s ${{ steps.calc_lines.outputs.steps }} -v --remote-cache | tee "${{ runner.temp }}\output.log"
535+
vscuse.exe agent -f "../agent_cases/${{ matrix.file }}.txt" -s ${{ steps.calc_lines.outputs.steps }} -v --remote-cache --telemetry-id atk_vsc | tee "${{ runner.temp }}\output.log"
536536
shell: cmd
537537

538538
- name: Check for HTML report and test result

0 commit comments

Comments
 (0)