We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb298f commit f3d61faCopy full SHA for f3d61fa
.github/workflows/ui-test-vscuse.yml
@@ -532,7 +532,7 @@ jobs:
532
working-directory: packages/tests/vscuse/binary
533
run: |
534
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"
+ 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"
536
shell: cmd
537
538
- name: Check for HTML report and test result
0 commit comments