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

This commit is contained in:
Alie 2024-01-06 18:53:18 +01:00
parent 1dd49ec024
commit 48acc55391
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 git curl bash
run: apk add node git curl bash
- name: Check out repository code
uses: actions/checkout@v3
- name: Install bun.sh