Skip to content

Commit

Permalink
env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgriffin committed Nov 9, 2024
1 parent a70abe6 commit 51a1145
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
DOCKER_HOST: tcp://localhost:2375
services:
docker:
image: docker:19.03.12-dind
Expand All @@ -25,7 +27,6 @@ jobs:
- name: Set up Docker environment
run: |
sudo service docker start
echo "DOCKER_HOST=tcp://localhost:2375" >> $GITHUB_ENV
- name: Set up Python
uses: actions/setup-python@v3
Expand Down

0 comments on commit 51a1145

Please sign in to comment.