Skip to content

Commit

Permalink
Restore ddev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jjroelofs authored Jul 25, 2024
1 parent adae20b commit 3e78015
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ddev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,7 @@ jobs:
sudo apt update && sudo apt install -y ddev
- name: Install Starshot
run: |
OUTPUT=$(ddev quick-start 2>&1)
echo "$OUTPUT"
if echo "$OUTPUT" | grep -q "returned with error code 1"; then
echo "Starshot installation failed"
exit 1
fi
run: ddev quick-start

- name: Confirm that Starshot is running
run: |
Expand Down

0 comments on commit 3e78015

Please sign in to comment.