Skip to content

Commit

Permalink
🩹[Patch] Move test module to PSModuleTest (#22)
Browse files Browse the repository at this point in the history
- Move test module to `PSModuleTest`
  • Loading branch information
MariusStorhaug authored Mar 9, 2024
1 parent f8a7d05 commit c9c4183
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 113 deletions.
14 changes: 13 additions & 1 deletion .github/workflows/Action-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,26 @@ on: [pull_request]
jobs:
ActionTestSrc:
strategy:
fail-fast: false
matrix:
path: [src, outputs/module]
path: [tests/src, tests/outputs/modules]
name: Action-Test - [${{ matrix.path }}]
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Checkout tests -> PSModuleTest
uses: actions/checkout@v4
with:
repository: PSModule/PSModuleTest
path: tests

- name: Show files
shell: pwsh
run: |
Get-ChildItem -Recurse | Select-Object -ExpandProperty FullName | Sort-Object
- name: Initialize environment
uses: PSModule/Initialize-PSModule@main

Expand Down
27 changes: 0 additions & 27 deletions outputs/module/PSModule/PSModule.psd1

This file was deleted.

18 changes: 0 additions & 18 deletions outputs/module/PSModule/PSModule.psm1

This file was deleted.

6 changes: 0 additions & 6 deletions src/PSModule/PSModule.psd1

This file was deleted.

32 changes: 0 additions & 32 deletions src/PSModule/PSModule.psm1

This file was deleted.

18 changes: 0 additions & 18 deletions src/PSModule/public/Test-PSModule.ps1

This file was deleted.

11 changes: 0 additions & 11 deletions tests/PSModule.Tests.ps1.ps1

This file was deleted.

0 comments on commit c9c4183

Please sign in to comment.