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