parent
446fd177f9
commit
a0223c3ce0
|
@ -3,13 +3,15 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: nix.2.18.7
|
runs-on: nix.2.18.7
|
||||||
steps:
|
steps:
|
||||||
- run: ls /etc/nixos
|
- run: nix-channel --update
|
||||||
- run: cat /etc/nixos/configuration.nix
|
- run: niv-env -i nodejs
|
||||||
- run: cat /etc/nixos/flake.nix
|
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- run: echo All very good
|
- run: echo All very good
|
||||||
- run: nix --version
|
- run: nix --version
|
||||||
|
- run: nodejs --version || true
|
||||||
- run: whoami
|
- run: whoami
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- run: ls
|
- run: ls
|
||||||
- run: |
|
- run: |
|
||||||
|
|
Reference in a new issue