Files
runner-images/images/macos/scripts/helpers/invoke-tests.sh
T

6 lines
205 B
Bash
Raw Normal View History

#!/bin/bash -e -o pipefail
source $HOME/.bashrc
2023-11-28 02:25:03 +01:00
pwsh -Command "Import-Module '$HOME/image-generation/tests/Helpers.psm1' -DisableNameChecking
Invoke-PesterTests -TestFile \"$1\" -TestName \"$2\""