From 9865179207a1cef943874b7d4c2c4c4cc2f55e17 Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Fri, 7 Apr 2023 19:17:42 +0200 Subject: [PATCH] get acl --- .github/workflows/golang-test-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golang-test-windows.yml b/.github/workflows/golang-test-windows.yml index d7917bde8..e0e7e8021 100644 --- a/.github/workflows/golang-test-windows.yml +++ b/.github/workflows/golang-test-windows.yml @@ -48,7 +48,7 @@ jobs: - name: Decompressing PSTools files run: tar -zvxf "${{ steps.download-pstools.outputs.file-path }}" -C ${{ env.downloadPath }} - - run: dir ${{ github.workspace }} + - run: Get-ACL -Path ${{ github.workspace }} - run: ${{ env.downloadPath }}\PsExec64.exe -accepteula -s powershell.exe -command "dir ${{ github.workspace }}" - 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