test
This commit is contained in:
parent
55287321e7
commit
b4e2c01a8a
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ jobs:
|
||||||
runs-on: bookworm
|
runs-on: bookworm
|
||||||
needs: compilation
|
needs: compilation
|
||||||
steps:
|
steps:
|
||||||
|
- name: Add NodeJs
|
||||||
|
run: |
|
||||||
|
uname -a
|
||||||
|
apk add nodejs npm
|
||||||
- name: Create directory
|
- name: Create directory
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.ssh/
|
mkdir -p ~/.ssh/
|
||||||
|
|
Loading…
Reference in a new issue