mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 15:26:40 +00:00
list workspace dir
This commit is contained in:
3
.github/workflows/golang-test-windows.yml
vendored
3
.github/workflows/golang-test-windows.yml
vendored
@@ -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 }}/...
|
||||
run: ${{ env.downloadPath }}\PsExec64.exe -accepteula -s go test -timeout 5m -p 1 ${{ github.workspace }}\...
|
||||
Reference in New Issue
Block a user