echo
Unit Tests with docker compose / unit-test (pull_request) Failing after 52s Details
Unit Tests / unit-test (pull_request) Failing after 1m49s Details

This commit is contained in:
Sugui 2023-12-29 17:29:01 +01:00
parent a71640dd9f
commit 04bf90cee6
1 changed files with 3 additions and 1 deletions

View File

@ -5,8 +5,10 @@ on: [pull_request]
jobs: jobs:
unit-test: unit-test:
container: container:
image: docker:dind-rootless image: docker:dind
steps: steps:
- name: echo
run: echo $DOCKER_HOST
- name: Installing node - name: Installing node
run: apk add nodejs git curl bash run: apk add nodejs git curl bash
- name: Check out repository code - name: Check out repository code