CI test: use node container (install node on other CT ?)
Some checks failed
/ Build Nix targets (push) Failing after 5s
Some checks failed
/ Build Nix targets (push) Failing after 5s
This commit is contained in:
parent
20612b39b0
commit
87d40e4905
1 changed files with 3 additions and 2 deletions
|
@ -8,8 +8,9 @@ jobs:
|
||||||
image: node:20
|
image: node:20
|
||||||
options: --user root
|
options: --user root
|
||||||
steps:
|
steps:
|
||||||
- name: Hack container for local development
|
|
||||||
run: echo /home/runner/externals/node20/bin >> ${{ GITHUB_ACTION_PATH }}
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- run: |
|
||||||
|
ls -alh
|
||||||
|
cd nixos-hypervisor
|
||||||
- name: Check Nix flake inputs
|
- name: Check Nix flake inputs
|
||||||
uses: https://github.com/DeterminateSystems/flake-checker-action@v5
|
uses: https://github.com/DeterminateSystems/flake-checker-action@v5
|
||||||
|
|
Loading…
Reference in a new issue