Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Nov 15, 2024
1 parent 1062f7f commit 0f8e991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions utils/workflow/Initialize-ScubaGearForTesting.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ function Initialize-ScubaGearForTesting {
.DESCRIPTION
Installs
#>

Write-Output 'Initializing ScubaGear for testing...'
$RepoRootPath = Join-Path -Path $PSScriptRoot -ChildPath '..\..' -Resolve
Write-Output 'The repo root path is'
Expand Down
2 changes: 1 addition & 1 deletion utils/workflow/Install-SeleniumForTesting.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ function Install-SeleniumForTesting {
.DESCRIPTION
Installs Selenium for ScubaGear testing
#>

Write-Output 'Installing Selenium for testing...'
Install-Module -Name Selenium -Scope CurrentUser -Force
Import-Module -Name Selenium
Expand Down

0 comments on commit 0f8e991

Please sign in to comment.