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

This commit is contained in:
Sugui 2023-12-29 19:25:48 +01:00
parent 2081c2fea8
commit 8b27e2577f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
- name: Starting docker daemon
run: docker-init -- dockerd --host=unix:///var/run/docker.sock &
- name: Installing necessary packages
run: apk add nodejs git curl bash nodejs
run: apk add nodejs git curl bash nodejs-npm
- name: Check out repository code
uses: actions/checkout@v3
- name: Install project dependencies