build: set DOCKER_HOST explictly to debug act
Some checks failed
Test / elint (push) Failing after 35s
Some checks failed
Test / elint (push) Failing after 35s
This commit is contained in:
parent
074887ea7f
commit
a3dd7f2979
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
@ -8,6 +8,10 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- "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.
|
# Ensure we run only one job at a time.
|
||||||
concurrency:
|
concurrency:
|
||||||
group: "elint-${{ github.repository }}-${{ github.ref }}"
|
group: "elint-${{ github.repository }}-${{ github.ref }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue