Skip to content

Commit

Permalink
TEMP: research what we have for the docker to start with
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Feb 22, 2024
1 parent c919593 commit 3c1c1ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/base-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
HOMEBREW_NO_AUTO_UPDATE=1 brew install shellcheck
HOMEBREW_NO_AUTO_UPDATE=1 brew install git-annex
HOMEBREW_NO_AUTO_UPDATE=1 brew install bats-core
set -x
which docker || :
sudo cp ci/dummy_docker /usr/local/bin/docker
which -a docker
- name: Configure Git identity
run: |
Expand Down

0 comments on commit 3c1c1ba

Please sign in to comment.