use workspace path

This commit is contained in:
Maycon Santos
2023-04-07 18:28:22 +02:00
parent ccbf749171
commit 9158a4653a

View File

@@ -58,4 +58,4 @@ jobs:
run: tar -zvxf "${{ steps.download-pstools.outputs.file-path }}" -C ${{ env.downloadPath }}
- name: Test
run: ${{ env.downloadPath }}\PsExec64.exe -accepteula -s go test -timeout 5m -p 1 ./...
run: ${{ env.downloadPath }}\PsExec64.exe -accepteula -s go test -timeout 5m -p 1 ${{ github.workspace }}/...