mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
* get rid of invoke_tests imports * add sudo * change path to /usr/bin/invoke_tests * create /usr/local/bin dir * remove local variables * fix group owner * set default 775 perm * delete invoke_tests symlink
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\""
|