docker
Unit Tests with docker compose / unit-test (pull_request) Failing after 32s Details

This commit is contained in:
Sugui 2023-12-29 18:13:25 +01:00
parent 3526729166
commit 511eaba538
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ on: [pull_request]
jobs:
unit-test:
container:
image: docker:latest
image: docker:dind
steps:
- name: Installing necessary packages
run: apk add nodejs git curl bash