Skip to content

Commit

Permalink
Configure CI (no. 162)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Jun 12, 2021
1 parent 47fbb1c commit 6393532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/windows/run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ if ($NoSlnRestore -ne $true) {
}

# seleniumconfig.json needs to be copied before the build of the sln
if ($NoUITests -eq $true) {
if ($NoUITests -ne $true) {
$profilePath="$samplesDir\Profiles\$SamplesProfile"

if (Test-Path -PathType Leaf -Path $profilePath) {
Expand Down

0 comments on commit 6393532

Please sign in to comment.