Files
runner-images/images/macos/scripts/helpers/invoke-tests.sh
2023-11-15 12:12:28 +01:00

6 lines
213 B
Bash

#!/bin/bash -e -o pipefail
source $HOME/.bashrc
pwsh -Command "Import-Module '$HOME/image-generation/helpers/Tests.Helpers.psm1' -DisableNameChecking
Invoke-PesterTests -TestFile \"$1\" -TestName \"$2\""