We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e8d25 commit 1d25662Copy full SHA for 1d25662
.github/workflows/it-test.yml
@@ -73,6 +73,7 @@ jobs:
73
shell: pwsh
74
run: |
75
choco install yq -y
76
+ Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
77
refreshenv
78
79
- name: Run init tests on Windows
0 commit comments