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