mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 00:06:38 +00:00
build cache
This commit is contained in:
16
.github/workflows/golang-test-windows.yml
vendored
16
.github/workflows/golang-test-windows.yml
vendored
@@ -50,12 +50,12 @@ jobs:
|
||||
|
||||
# run: go test -c -o ${{ github.workspace }}/iface-testing.bin.exe ./iface/
|
||||
|
||||
- name: Test
|
||||
if: ${{ always() }}
|
||||
run: |
|
||||
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process -Force
|
||||
Import-Module PSScheduledJob -UseWindowsPowerShell
|
||||
Import-Module ".\Invoke-ScheduledTask.ps1"
|
||||
Import-Module ".\Invoke-CommandAs.ps1"
|
||||
Invoke-CommandAs -ScriptBlock { whoami } -AsSystem
|
||||
# - name: Test
|
||||
# if: ${{ always() }}
|
||||
# run: |
|
||||
# Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process -Force
|
||||
# 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