I need the dockers
Test and build image / unit-test (push) Successful in 1m45s Details
Test and build image / build (push) Failing after 2m8s Details

This commit is contained in:
Alie 2024-01-07 13:39:53 +01:00
parent 847400a7b4
commit a3f342b168
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ jobs:
image: docker:dind
needs: unit-test
steps:
- name: Starting docker daemon
run: docker-init -- dockerd --host=unix:///var/run/docker.sock &
- name: Installing necessary packages
run: apk add nodejs git curl bash
- name: Checkout