mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-06-09 18:00:23 +01:00
12 lines
363 B
YAML
12 lines
363 B
YAML
version: '3'
|
|
|
|
tasks:
|
|
test:
|
|
desc: 'Run tests'
|
|
preconditions:
|
|
- sh: 'pwsh -c "if ([System.Version](Get-InstalledModule Pester).Version.ToString() -gt [System.Version]"5.7.0") { exit 0 } else { exit 1 }"'
|
|
msg: 'Pester version must be greater than 5.7.0'
|
|
cmds:
|
|
- echo "Running tests..."
|
|
- pwsh -c "tests\run.ps1 {{.CLI_ARGS}}"
|