diff --git a/.github/workflows/golang-test-windows.yml b/.github/workflows/golang-test-windows.yml index cf691ac16..2febc2ee8 100644 --- a/.github/workflows/golang-test-windows.yml +++ b/.github/workflows/golang-test-windows.yml @@ -59,5 +59,6 @@ jobs: - name: Decompressing PSTools files run: tar -zvxf "${{ steps.download-pstools.outputs.file-path }}" -C ${{ env.downloadPath }} + - run: ${{ env.downloadPath }}\PsExec64.exe -accepteula -s dir ${{ github.workspace }} - name: Test - run: ${{ env.downloadPath }}\PsExec64.exe -accepteula -s go test -timeout 5m -p 1 ${{ github.workspace }}/... \ No newline at end of file + run: ${{ env.downloadPath }}\PsExec64.exe -accepteula -s go test -timeout 5m -p 1 ${{ github.workspace }}\... \ No newline at end of file