Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix test
  • Loading branch information
MariusStorhaug committed Mar 27, 2024
commit 738a39d1ae2ace4a200cc835d3ee8a688cd383fe
5 changes: 3 additions & 2 deletions .github/workflows/Action-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
shell: [pwsh]
os: [ubuntu-latest, macos-latest, windows-latest]
path: [tests/src, tests/outputs/modules]
TestType: [Module]
include:
- shell: powershell
os: windows-latest
Expand All @@ -22,7 +23,7 @@ jobs:
os: windows-latest
path: tests/outputs/modules
- path: tests/src
RunModuleTests: false
TestType: SourceCode
name: Action-Test - [${{ matrix.os }}@${{ matrix.shell }}] - [${{ matrix.path }}]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -42,4 +43,4 @@ jobs:
Name: PSModuleTest
Path: ${{ matrix.path }}
Shell: ${{ matrix.shell }}
RunModuleTests: ${{ matrix.RunModuleTests }}
TestType: ${{ matrix.TestType }}