changed the action to use cache
Unit Tests with docker compose / unit-test (pull_request) Successful in 3m54s Details

This commit is contained in:
Alie 2024-01-06 13:43:37 +01:00
parent 1e18234437
commit e015500057
1 changed files with 2 additions and 0 deletions

View File

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