Skip to content

Commit

Permalink
nl
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrevi committed Mar 20, 2024
1 parent 551db72 commit 9244e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/execute_ebpf_cicd_tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $StandardUserTestVMCredential = Get-StoredCredential -Target $StandardUserTarget

# Load other utility modules.
Import-Module $PSScriptRoot\common.psm1 -Force -ArgumentList ($LogFileName) -WarningAction SilentlyContinue
Import-Module $PSScriptRoot\vm_run_tests.psm1
Import-Module $PSScriptRoot\vm_run_tests.psm1 `
-Force `
-ArgumentList (
$AdminTestVMCredential.UserName,
Expand Down

0 comments on commit 9244e7b

Please sign in to comment.