mirror of
https://github.com/actions/runner.git
synced 2025-12-12 15:13:30 +00:00
Generate layout if it doesnt exist
This commit is contained in:
@@ -194,6 +194,10 @@ function layout ()
|
||||
|
||||
function runtest ()
|
||||
{
|
||||
if [[ ! -d "$LAYOUT_DIR" ]]; then
|
||||
echo "$LAYOUT_DIR doesn't exist. Generating it now ..."
|
||||
layout
|
||||
fi
|
||||
heading "Testing ..."
|
||||
|
||||
if [[ ("$CURRENT_PLATFORM" == "linux") || ("$CURRENT_PLATFORM" == "darwin") ]]; then
|
||||
|
||||
Reference in New Issue
Block a user