adding curl and bash
Unit Tests with docker compose / unit-test (pull_request) Failing after 45s Details
Unit Tests / unit-test (pull_request) Failing after 1m47s Details

This commit is contained in:
Sugui 2023-12-29 17:02:28 +01:00
parent 36e91e89f6
commit 3c723a8109
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
image: docker:latest
steps:
- name: Installing node
run: apk add nodejs git
run: apk add nodejs git curl bash
- name: Check out repository code
uses: actions/checkout@v3
- name: Install Bun runtime