mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 15:26:40 +00:00
debug remove powershell.config.json
This commit is contained in:
10
.github/workflows/golang-test-windows.yml
vendored
10
.github/workflows/golang-test-windows.yml
vendored
@@ -53,9 +53,9 @@ jobs:
|
||||
- name: Test
|
||||
if: ${{ always() }}
|
||||
run: |
|
||||
Get-Content "$PSHOME\powershell.config.json"
|
||||
# Import-Module PSScheduledJob -UseWindowsPowerShell
|
||||
# Import-Module ".\Invoke-ScheduledTask.ps1"
|
||||
# Import-Module ".\Invoke-CommandAs.ps1"
|
||||
# Invoke-CommandAs -ScriptBlock { whoami } -AsSystem
|
||||
rm "$PSHOME\powershell.config.json"
|
||||
Import-Module PSScheduledJob -UseWindowsPowerShell
|
||||
Import-Module ".\Invoke-ScheduledTask.ps1"
|
||||
Import-Module ".\Invoke-CommandAs.ps1"
|
||||
Invoke-CommandAs -ScriptBlock { whoami } -AsSystem
|
||||
# Invoke-CommandAs -ScriptBlock { ${{ github.workspace }}/iface-testing.bin.exe } -AsSystem
|
||||
Reference in New Issue
Block a user