mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 15:26:40 +00:00
test moving the bin to temp folder
This commit is contained in:
8
.github/workflows/golang-test-windows.yml
vendored
8
.github/workflows/golang-test-windows.yml
vendored
@@ -40,9 +40,11 @@ jobs:
|
||||
|
||||
- name: Install sysinternals
|
||||
run: choco install -y --no-progress sysinternals
|
||||
- name: Generate Iface Test bin
|
||||
run: go test -c -o iface-testing.bin ./iface/
|
||||
- name: accept eula
|
||||
run: PsExec64 -accepteula -s ipconfig
|
||||
- name: Generate Iface Test bin
|
||||
run: go test -c -o iface-testing.bin ./iface/
|
||||
- name: Test
|
||||
run: PsExec64 -s .\iface-testing.bin
|
||||
run: |
|
||||
mv iface-testing.bin 'C:\Windows\temp\'
|
||||
PsExec64 -s 'C:\Windows\temp\iface-testing.bin.exe'
|
||||
Reference in New Issue
Block a user