Use in-container docker

main
David Boreham 2023-04-20 16:08:28 -06:00
parent e56f17ea6b
commit 4454d97e94
1 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,7 @@ on:
branches: '*'
env:
NODE_DEBUG: http
DOCKER_HOST: unix:///var/run/dind.sock
jobs:
test:
@ -34,6 +34,10 @@ jobs:
run: echo '${{ toJSON(vars) }}'
- name: Dump secrets context
run: echo '${{ toJSON(secrets) }}'
- name: Start dockerd
run: |
dockerd -H $DOCKER_HOST --userland-proxy=false &
sleep 5
- name: Run test script
run: ./scripts/run-test.sh