From 25681db4b1a7c549f3b4e497b4285257aa0c8a11 Mon Sep 17 00:00:00 2001 From: Yann Kervran Date: Fri, 19 Apr 2024 11:18:25 +0200 Subject: [PATCH] test --- .forgejo/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 35d04af..91c1212 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -32,12 +32,12 @@ jobs: ssh_test: name: SSH connection tests runs-on: bookworm - needs: compilation + container: minidocks/mkdocs steps: - - name: Add NodeJs + - name: Add NodeJs & Git run: | uname -a - apt install nodejs npm + apk add nodejs npm git - name: Create directory run: | mkdir -p ~/.ssh/