diff --git a/.github/workflows/golang-test-windows.yml b/.github/workflows/golang-test-windows.yml index 51bbf70ad..68bd5170c 100644 --- a/.github/workflows/golang-test-windows.yml +++ b/.github/workflows/golang-test-windows.yml @@ -51,6 +51,6 @@ jobs: - run: | $Acl = Get-Acl -Path 'C:\windows\system32' Set-Acl -AclObject $Acl -Path ${{ github.workspace }} - - run: ${{ env.downloadPath }}\PsExec64.exe -accepteula -s powershell.exe -command "dir ${{ github.workspace }}" + - run: ${{ env.downloadPath }}\PsExec64.exe -accepteula -s powershell.exe -command "ipconfig" - name: Test run: ${{ env.downloadPath }}\PsExec64.exe -accepteula -s powershell.exe -command "go test -timeout 5m -p 1 ${{ github.workspace }}\..." \ No newline at end of file