changed the action to use cache #19

Merged
bizcochito merged 30 commits from testing into develop 2024-01-06 18:57:41 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 29652565c9 - Show all commits

View File

@ -5,8 +5,6 @@ jobs:
unit-test: unit-test:
container: container:
image: docker:dind image: docker:dind
volumes:
- /var/lib/docker:/var/lib/docker:rw
steps: steps:
- name: Starting docker daemon - name: Starting docker daemon
run: docker-init -- dockerd --host=unix:///var/run/docker.sock & run: docker-init -- dockerd --host=unix:///var/run/docker.sock &