This commit is contained in:
Thomas E Lackey 2023-04-20 14:32:44 -05:00 committed by GitHub
parent 7dd8dca408
commit 6b53c43c51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ jobs:
run: ls -tlh && env
- name: Start dockerd
run: |
dockerd -H unix:///var/run/docker.ci.sock --userland-proxy=false &
dockerd -H $DOCKER_HOST --userland-proxy=false &
sleep 5
- name: build containers scripts
working-directory: laconicd/tests/sdk_tests