adding git
Unit Tests with docker compose / unit-test (pull_request) Failing after 25s Details
Unit Tests / unit-test (pull_request) Failing after 1m26s Details

This commit is contained in:
Sugui 2023-12-29 17:00:09 +01:00
parent 54a4025672
commit 36e91e89f6
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
run: apk add nodejs git
- name: Check out repository code
uses: actions/checkout@v3
- name: Install Bun runtime