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

This commit is contained in:
Sugui 2023-12-29 17:59:11 +01:00
parent 0b30819076
commit 6efb03efbf
1 changed files with 1 additions and 1 deletions

View File

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