This commit is contained in:
@@ -15,13 +15,15 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
validate:
|
validate:
|
||||||
runs-on: nixos
|
runs-on: nixos
|
||||||
|
container:
|
||||||
|
options: --network host
|
||||||
steps:
|
steps:
|
||||||
- name: Debug environment
|
- name: Debug environment
|
||||||
run: |
|
run: |
|
||||||
echo $PATH
|
nix-shell -p nix nodejs-slim which iputils
|
||||||
nix-shell -p nix nodejs-slim which
|
which nix || echo "nix not found"
|
||||||
which nix || echo "Nix not found"
|
|
||||||
which node || echo "node not found"
|
which node || echo "node not found"
|
||||||
|
ping -c 5 google.de
|
||||||
|
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
Reference in New Issue
Block a user