diff --git a/.github/workflows/test_install.yml b/.github/workflows/test_install.yml index df01f53867..eb6ec35e24 100644 --- a/.github/workflows/test_install.yml +++ b/.github/workflows/test_install.yml @@ -82,5 +82,8 @@ jobs: - run: env shell: powershell if: contains(matrix.os, 'windows') + - run: ls /d/Users/runneradmin/.fly/bin + shell: powershell + if: contains(matrix.os, 'windows') - name: Check that `fly` is in PATH and is executable run: /d/Users/runneradmin/.fly/bin/flyctl.exe version