Changing things to see if service works
Unit Tests with docker compose / unit-test (pull_request) Failing after 1m52s Details

This commit is contained in:
Sugui 2024-01-01 16:18:14 +01:00
parent 57a79c1e37
commit 6cd2b09c13
1 changed files with 3 additions and 1 deletions

View File

@ -5,10 +5,12 @@ on: [pull_request]
jobs:
unit-test:
container:
image: docker:dind
image: docker
services:
- docker:dind
steps:
- name: ps
run: ps
- name: Installing necessary packages
run: apk add npm git curl bash
- name: Check out repository code