This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user