Compare commits

..

2 commits

Author SHA1 Message Date
d721c59cf0
panel: add git, needed by nixops4 since #375
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
2025-09-13 16:06:34 +02:00
dadbbe04df deduplicate tests to settle for running through the (cache-friendly) flake (#516) 2025-09-13 13:21:58 +02:00
2 changed files with 1 additions and 12 deletions

View file

@ -10,20 +10,8 @@ on:
- main - main
jobs: jobs:
check-pre-commit:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: nix-build -A tests
check-data-model: check-data-model:
runs-on: native runs-on: native
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: nix-shell --run 'nix-unit ./deployment/data-model-test.nix' - run: nix-shell --run 'nix-unit ./deployment/data-model-test.nix'
check-panel:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: nix-build -A tests.panel

View file

@ -218,6 +218,7 @@ in
cfg.nixops4Package cfg.nixops4Package
pkgs.nix pkgs.nix
pkgs.openssh pkgs.openssh
pkgs.git
]; ];
preStart = '' preStart = ''
# Auto-migrate on first run or if the package has changed # Auto-migrate on first run or if the package has changed