Skip to content

Commit 00949e3

Browse files
committed
Need to avoid attempting to start, as we are later creating the project.
1 parent 873584b commit 00949e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/phpunit-via-ddev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
uses: actions/checkout@v5
3434
- name: Setup DDEV
3535
uses: ddev/github-action-setup-ddev@v1
36+
with:
37+
autostart: false
3638

3739
- name: Project setup
3840
run: |

0 commit comments

Comments
 (0)