Skip to content

Commit

Permalink
ci: add dind
Browse files Browse the repository at this point in the history
Signed-off-by: Zakhar Bessarab <[email protected]>
  • Loading branch information
zekker6 committed May 22, 2024
1 parent 948bf16 commit 43912a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ jobs:
test:
name: 'Test'
runs-on: ubuntu-latest
services:
docker:
image: docker:dind
options: --privileged --shm-size=2g
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps:
- name: 'Checkout'
uses: actions/checkout@v4
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ lint:
yamllint roles playbooks; \
ansible-lint roles/ playbooks/

activate-venv:
. .venv/bin/activate

molecule-converge-single:
. .venv/bin/activate; \
cd roles/single && molecule converge -s docker
Expand Down

0 comments on commit 43912a8

Please sign in to comment.