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
|
||||
needs: compilation
|
||||
steps:
|
||||
- name: Add NodeJs
|
||||
run: |
|
||||
uname -a
|
||||
apk add nodejs npm
|
||||
- name: Create directory
|
||||
run: |
|
||||
mkdir -p ~/.ssh/
|
||||
|
|
Loading…
Reference in a new issue