test
This commit is contained in:
parent
79987f4ca5
commit
eefa81ae10
1 changed files with 5 additions and 2 deletions
|
@ -6,9 +6,12 @@ jobs:
|
||||||
build-console-iso:
|
build-console-iso:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: node:18-alpine
|
image: node:20-alpine
|
||||||
# entrypoint: [ "/root/.nix-profile/bin/sleep" ]
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: "Setup Runner"
|
||||||
|
run: |
|
||||||
|
apk update
|
||||||
|
apk add git
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
sparse-checkout: |
|
sparse-checkout: |
|
||||||
|
|
Loading…
Reference in a new issue