check other command

This commit is contained in:
Maycon Santos
2023-04-08 00:48:55 +02:00
parent 9c51d85cb4
commit 25a92a0052

View File

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