Skip to content

Commit

Permalink
Update ExecutingTestsOnWindowsGithubActions5.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja authored Dec 4, 2024
1 parent f724abf commit ead1d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ExecutingTestsOnWindowsGithubActions5.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ $url = $env:seleniumGridUrl

$grid = $env:seleniumGridVersion

$output = $PSScriptRoot + "..\Ocaramba\Ocaramba.Tests.NUnit\bin\Release\net472\$grid"
$output = Join-Path $PSScriptRoot + ".\..\Ocaramba\Ocaramba.Tests.NUnit\bin\Release\net472\$grid"

$outputLogs = $PSScriptRoot + "..\Ocaramba\Ocaramba.Tests.NUnit\bin\Release\net472\"
$outputLogs = Join-Path $PSScriptRoot ".\..\Ocaramba\Ocaramba.Tests.NUnit\bin\Release\net472\"

$start_time = Get-Date

Expand Down

0 comments on commit ead1d98

Please sign in to comment.