Skip to content

Commit

Permalink
fix: yml formatting issues (#656)
Browse files Browse the repository at this point in the history
looks like there were some issues to the yml format before that caused
the workflow to not run.
  • Loading branch information
orliesaurus authored May 21, 2024
1 parent aac9e27 commit cd15beb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit cd15beb

Please sign in to comment.