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:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:18-alpine
|
||||
# entrypoint: [ "/root/.nix-profile/bin/sleep" ]
|
||||
image: node:20-alpine
|
||||
steps:
|
||||
- name: "Setup Runner"
|
||||
run: |
|
||||
apk update
|
||||
apk add git
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
sparse-checkout: |
|
||||
|
|
Loading…
Reference in a new issue