This commit is contained in:
@@ -18,10 +18,10 @@ jobs:
|
||||
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