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

This commit is contained in:
Alie 2024-01-06 18:53:56 +01:00
parent 48acc55391
commit 4ac3bd4e55
1 changed files with 1 additions and 1 deletions

View File

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