Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie committed Aug 30, 2024
1 parent d77ad5c commit 868a62b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 42 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ jobs:
run: |
$ErrorActionPreference = "Stop"
Install-Module EZOut -Scope CurrentUser -RequiredVersion 2.0.6 -Force
& ./PwshSpectreConsole/Build.ps1
$env:PSModulePath = @($env:PSModulePath, ".\PwshSpectreConsole\") -join ":"
Invoke-Pester -CI -ExcludeTag "ExcludeCI"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/unit-test-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
run: |
$ErrorActionPreference = "Stop"
Write-Host "Working on ${{ github.ref }}"
Install-Module EZOut -Scope CurrentUser -RequiredVersion 2.0.6 -Force
& .\PwshSpectreConsole\Build.ps1
$env:PSModulePath = @($env:PSModulePath, ".\PwshSpectreConsole\") -join ":"
$PSVersionTable | Out-Host
Expand Down
39 changes: 0 additions & 39 deletions PwshSpectreConsole/PwshSpectreConsole.EzFormat.ps1

This file was deleted.

0 comments on commit 868a62b

Please sign in to comment.