diff --git a/.github/workflows/production-heartbeat.yml b/.github/workflows/production-heartbeat.yml index 72ce09e..bf6958d 100644 --- a/.github/workflows/production-heartbeat.yml +++ b/.github/workflows/production-heartbeat.yml @@ -46,6 +46,8 @@ jobs: fi # 2 Install VS Code and Extension on Windows + # We use chocolatey to install vscode since it gives a reliable path for the location of code.exe + # We have also seen Windows to be flaky, so adding addition echo statements. - name: Install VS Code on Windows if: runner.os == 'Windows' run: |