diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 260511b..5eafa55 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -8,10 +8,6 @@ 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 }}"