testing something
Validate NixOS Config / validate (push) Failing after 1m56s

This commit is contained in:
2024-08-25 15:01:51 +00:00
parent bae3b0fb4c
commit cc23ccd89e
+5 -3
View File
@@ -15,13 +15,15 @@ env:
jobs:
validate:
runs-on: nixos
container:
options: --network host
steps:
- name: Debug environment
run: |
echo $PATH
nix-shell -p nix nodejs-slim which
which nix || echo "Nix not found"
nix-shell -p nix nodejs-slim which iputils
which nix || echo "nix not found"
which node || echo "node not found"
ping -c 5 google.de
- name: Checkout repository