From a3dd7f29794719b6ecffeb5c3474dc13fe88d371 Mon Sep 17 00:00:00 2001 From: Jared Allard Date: Sun, 9 Mar 2025 15:21:28 -0700 Subject: [PATCH] build: set DOCKER_HOST explictly to debug act --- .github/workflows/test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5eafa55..260511b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -8,6 +8,10 @@ on: branches: - "main" +env: + # TODO(jaredallard): Remove when act is finally working properly. + DOCKER_HOST: "tcp://localhost:2375" + # Ensure we run only one job at a time. concurrency: group: "elint-${{ github.repository }}-${{ github.ref }}"