parent
c64d8c221a
commit
7f30cd9bc9
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@ jobs:
|
|||
runs-on: bookworm
|
||||
container: minidocks/mkdocs
|
||||
steps:
|
||||
- name: Add NodeJs
|
||||
- name: Add NodeJs & Git
|
||||
run: |
|
||||
uname -a
|
||||
apk add nodejs npm
|
||||
apk add nodejs npm git
|
||||
- name: Checkout repository with git
|
||||
run: |
|
||||
git clone --depth 1 https://git.numenaute.org/YannK/Actions_tests.git
|
||||
|
|
Loading…
Reference in a new issue