Add CI pipeline with Github Actions to validate the script #1
tests.yml
on: pull_request
test-powershell
48s
Matrix: test-pwsh
Annotations
7 errors
test-pwsh (ubuntu-latest)
System.Management.Automation.RuntimeException: No test files were found and no scriptblocks were provided. Please ensure that you provided at least one path to a *.Tests.ps1 file, or a directory that contains such file. Or that you provided a ScriptBlock test container.
|
test-pwsh (ubuntu-latest)
Process completed with exit code 1.
|
test-pwsh (macos-latest)
System.Management.Automation.RuntimeException: No test files were found and no scriptblocks were provided. Please ensure that you provided at least one path to a *.Tests.ps1 file, or a directory that contains such file. Or that you provided a ScriptBlock test container.
|
test-pwsh (macos-latest)
Process completed with exit code 1.
|
test-pwsh (windows-latest)
System.Management.Automation.RuntimeException: No test files were found and no scriptblocks were provided. Please ensure that you provided at least one path to a *.Tests.ps1 file, or a directory that contains such file. Or that you provided a ScriptBlock test container.
|
test-pwsh (windows-latest)
Process completed with exit code 1.
|
test-powershell
System.Management.Automation.RuntimeException: No test files were found and no scriptblocks were provided. Please ensure that you provided at least one path to a *.Tests.ps1 file, or a directory that contains such file. Or that you provided a ScriptBlock test container.
|