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

This commit is contained in:
Yann Kervran 2024-04-16 10:43:14 +02:00
parent 416b0ae31e
commit c64d8c221a

View file

@ -9,8 +9,8 @@ jobs:
uname -a uname -a
apk add nodejs npm apk add nodejs npm
- 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
# uses: actions/checkout@v4 # uses: actions/checkout@v4
# with: # with:
# github-server-url: https://git.numenaute.org/ # github-server-url: https://git.numenaute.org/