Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Feb 3, 2025
1 parent 6ee91bb commit b1f10d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish_private_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,13 @@ jobs:
- name: Initialize ScubaGear
run: |
Install-Module -Name ScubaGear -Repository $env:GalleryName -SkipPublisherCheck
# Source the function
. repo/utils/workflow/Initialize-ScubaGearForTesting.ps1
Initialize-ScubaGearForTesting
# This is a manual test that simply writes the version to the console.
Invoke-SCuBA -Version
Test-Path -Path "C:\Program Files\WindowsPowerShell\Modules\ScubaGear"
- name: Install Selenium
run: |
# Source the function
. repo/utils/workflow/Install-SeleniumForTesting.ps1
Install-SeleniumForTesting
# Instead of initializing ScubaGear repeated for each of the test jobs below,
Expand Down

0 comments on commit b1f10d9

Please sign in to comment.