test
Some checks failed
/ test (push) Failing after 9s

This commit is contained in:
Yann Kervran 2024-04-16 10:43:40 +02:00
parent c64d8c221a
commit 7f30cd9bc9

View file

@ -4,10 +4,10 @@ jobs:
runs-on: bookworm runs-on: bookworm
container: minidocks/mkdocs container: minidocks/mkdocs
steps: steps:
- name: Add NodeJs - name: Add NodeJs & Git
run: | run: |
uname -a uname -a
apk add nodejs npm apk add nodejs npm git
- name: Checkout repository with git - name: Checkout repository with git
run: | run: |
git clone --depth 1 https://git.numenaute.org/YannK/Actions_tests.git git clone --depth 1 https://git.numenaute.org/YannK/Actions_tests.git