Skip to content

Commit

Permalink
ci: provide docker socket on macos
Browse files Browse the repository at this point in the history
Sometimes CI on macos fails with an error "docker daemon not running".

To avoid it after the patch docker socket is provided in the github env
directly.

Part of #931
  • Loading branch information
themilchenko committed Oct 3, 2024
1 parent 529dba1 commit ee7a226
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/full-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@ jobs:
run: |
echo "TT_CLI_TARANTOOL_PREFIX=${GITHUB_WORKSPACE}/include/" >> $GITHUB_ENV
- name: Prepare Docker
run: |
echo "DOCKER_HOST=unix:///${HOME}/.docker/run/docker.sock" >> $GITHUB_ENV
docker context use default
- name: Run unit tests
run: mage unitfull

Expand Down

0 comments on commit ee7a226

Please sign in to comment.