mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +00:00
6 lines
205 B
Bash
6 lines
205 B
Bash
#!/bin/bash -e -o pipefail
|
|
|
|
source $HOME/.bashrc
|
|
pwsh -Command "Import-Module '$HOME/image-generation/tests/Helpers.psm1' -DisableNameChecking
|
|
Invoke-PesterTests -TestFile \"$1\" -TestName \"$2\""
|