fixed dind
Unit Tests with docker compose / unit-test (pull_request) Failing after 57s Details
Unit Tests / unit-test (pull_request) Failing after 1m43s Details

This commit is contained in:
Sugui 2023-12-29 17:08:06 +01:00
parent 7230a08cc9
commit 42111a9e30
1 changed files with 1 additions and 1 deletions

View File

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