Files
runner-images/images/ubuntu/scripts/helpers/invoke-tests.sh
2023-11-15 11:36:04 +01:00

9 lines
396 B
Bash

#!/bin/bash -e
################################################################################
## File: invoke-tests.sh
## Desc: Helper function for invoking tests
################################################################################
pwsh -Command "Import-Module '$HELPER_SCRIPTS/Tests.Helpers.psm1' -DisableNameChecking
Invoke-PesterTests -TestFile \"$1\" -TestName \"$2\""