Revert "cmd"

This reverts commit e75bb6d8d9.
This commit is contained in:
Sugui 2023-12-31 13:16:41 +01:00
parent e75bb6d8d9
commit b6d966dc2e
1 changed files with 2 additions and 1 deletions

View File

@ -6,8 +6,9 @@ jobs:
unit-test:
container:
image: docker:dind
cmd: ""
steps:
- name: Starting docker daemon
run: docker-init -- dockerd --host=unix:///var/run/docker.sock &
- name: Installing necessary packages
run: apk add npm git curl bash
- name: Check out repository code