Skip to content

Commit

Permalink
fix merge stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Dec 10, 2024
1 parent 057e59e commit 6ac1b4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/unit_test_workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,7 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: Invoke-Pester -Output 'Detailed' -Path 'Testing/workflow/Invoke-PSSA.Tests.ps1'
prbody:
runs-on: windows-latest
defaults:
run:
shell: powershell
steps:
- name: Check out repository code
uses: actions/checkout@v4
# - name: Run Pester Tests
# run: |
# # This should run all workflow unit tests
# Invoke-Pester -Output 'Detailed' -Path 'Testing/workflow'
- name: Run Invoke PSSA Pester Tests
- name: Run Pester Tests
run: |
# Source the function
. utils/workflow/Invoke-PesterTests.ps1
Expand Down
3 changes: 2 additions & 1 deletion utils/workflow/Initialize-ScubaGearForTesting.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ function Initialize-ScubaGearForTesting {
Write-Output 'Importing function Initialize-Scuba...'
Import-Module (Join-Path -Path $RepoRootPath -ChildPath 'PowerShell/ScubaGear') -Function Initialize-Scuba
Write-Output 'Calling Initialize ScubaGear...'
Initialize-SCuBA
Initialize-SCuBA
}

0 comments on commit 6ac1b4e

Please sign in to comment.