This commit is contained in:
Maycon Santos
2023-04-07 19:17:42 +02:00
parent 56f10085f4
commit 9865179207

View File

@@ -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 }}\..."