mirror of
https://github.com/actions/runner-images.git
synced 2025-12-12 03:57:32 +00:00
6 lines
213 B
Bash
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\""
|