CI test
This commit is contained in:
parent
8384d07e7f
commit
5aead0795a
1 changed files with 5 additions and 5 deletions
|
@ -10,11 +10,11 @@ jobs:
|
|||
uname -a
|
||||
apk add nodejs npm git
|
||||
- name: Checkout repository with git
|
||||
run: |
|
||||
git clone --depth 1 https://git.numenaute.org/YannK/Actions_tests.git
|
||||
# uses: actions/checkout@v4
|
||||
# with:
|
||||
# github-server-url: https://git.numenaute.org/
|
||||
# run: |
|
||||
# git clone --depth 1 https://git.numenaute.org/YannK/Actions_tests.git
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
github-server-url: https://git.numenaute.org/
|
||||
- name: Show content
|
||||
run: |
|
||||
pwd
|
||||
|
|
Loading…
Reference in a new issue