mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-22 23:17:15 +03:00
Fix template tests
This commit is contained in:
parent
cc7c158ca1
commit
09049b0ce3
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -26,8 +26,8 @@ jobs:
|
||||
run: nix flake check --print-build-logs ${{ matrix.nixpkgs-override }}
|
||||
- name: validate examples
|
||||
run: |
|
||||
for f in $(ls examples/); do
|
||||
pushd "examples/${f}"
|
||||
for f in $(find examples -maxdepth 1 -mindepth 1 -type d); do
|
||||
pushd "${f}"
|
||||
echo "validating ${f}"
|
||||
nix flake check --print-build-logs --override-input crane ../.. ${{ matrix.nixpkgs-override }}
|
||||
nix run .# --override-input crane ../.. ${{ matrix.nixpkgs-override }}
|
||||
|
Loading…
Reference in New Issue
Block a user