From cd15beba2666b586916644376d98d44a0f0cff27 Mon Sep 17 00:00:00 2001 From: orliesaurus Date: Tue, 21 May 2024 18:02:30 -0500 Subject: [PATCH] fix: yml formatting issues (#656) looks like there were some issues to the yml format before that caused the workflow to not run. --- .github/workflows/regression.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 2a56b67df..c1e774263 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -22,8 +22,8 @@ jobs: - uses: dashcamio/testdriver@main id: testdriver with: - version: v2.12.12 - prerun: | + version: v2.12.12 + prerun: | rm ~/Desktop/WITH-LOVE-FROM-AMERICA.txt cd ~/actions-runner/_work/testdriver/testdriver/ brew install go @@ -43,7 +43,7 @@ jobs: scripthaus run electron 1>/dev/null 2>&1 & echo "Electron Done" exit - prompt: | + prompt: | 1. wait 10 seconds 1. click "Get Started" 1. validate that overlapping text does not appear in the application