Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Aug 18, 2024
1 parent 04e97aa commit ccd67f3
Show file tree
Hide file tree
Showing 7 changed files with 302 additions and 489 deletions.
472 changes: 188 additions & 284 deletions .github/workflows/CI.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/Workflow-Test-WithManifest-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
Path: tests/srcWithManifest
ModulesOutputPath: tests/outputs/modules
DocsOutputPath: tests/outputs/docs
SkipTests: Desktop, Linux
SkipTests: Linux
2 changes: 1 addition & 1 deletion .github/workflows/Workflow-Test-WithManifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
ModulesOutputPath: tests/outputs/modules
DocsOutputPath: tests/outputs/docs
TestProcess: true
SkipTests: Desktop, Linux
SkipTests: Linux
308 changes: 109 additions & 199 deletions .github/workflows/workflow.yml

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
| `DocsOutputPath` | `string` | The path to the output directory for the documentation. | `false` | `outputs/docs` |
| `PublishDocs` | `boolean` | Whether to publish the documentation using MkDocs and GitHub Pages. | `false` | `true` |
| `SiteOutputPath` | `string` | The path to the output directory for the site. | `false` | `outputs/site` |
| `SkipTests` | `string` | Defines what types of tests to skip. Allowed values are 'All', 'SourceCode', 'Module', 'None', 'macOS', 'Windows', 'Linux', 'Desktop', 'Core'. | false | `None` |
| `SkipTests` | `string` | Defines what types of tests to skip. Allowed values are 'All', 'SourceCode', 'Module', 'None', 'macOS', 'Windows', 'Linux'. | false | `None` |
| `TestProcess` | `boolean` | Whether to test the process. | false | `false` |

### Secrets
Expand Down Expand Up @@ -119,6 +119,5 @@ The action is compatible with the following configurations:
| OS | Shell |
| --- | --- |
| windows-latest | pwsh |
| windows-latest | powershell |
| macos-latest | pwsh |
| ubuntu-latest | pwsh |
2 changes: 1 addition & 1 deletion tests/src/variables/public/Moons.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$Moons = @(
$script:Moons = @(
@{
Planet = 'Earth'
Name = 'Moon'
Expand Down
2 changes: 1 addition & 1 deletion tests/srcWithManifest/variables/public/Moons.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$Moons = @(
$script:Moons = @(
@{
Planet = 'Earth'
Name = 'Moon'
Expand Down

0 comments on commit ccd67f3

Please sign in to comment.