Skip to content

Commit 2baa4d1

Browse files
committed
Set docker_service_manage to false: according to https://github.com/geerlingguy/ansible-role-docker
The tests failed when trying to start DDEV.
1 parent bfb554c commit 2baa4d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/server.test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
- name: Set ansible variables
5555
run: |
5656
echo "operations_platform_ssh_private_key: \"${{ secrets.SSH_PRIVATE_KEY }}\"" > vars.ci.yml
57+
echo "docker_service_manage: false" >> vars.ci.yml
5758
cat vars.ci.yml
5859
5960
echo "[operations_host_ddev]

0 commit comments

Comments
 (0)