Compare commits

..

No commits in common. "d721c59cf0b813f762b4c5797e2a74aa634586a8" and "567368816cacdfb5c2667f7ebd2aaf0852b20b17" have entirely different histories.

2 changed files with 12 additions and 1 deletions

View file

@ -10,8 +10,20 @@ on:
- main
jobs:
check-pre-commit:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: nix-build -A tests
check-data-model:
runs-on: native
steps:
- uses: actions/checkout@v4
- 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,7 +218,6 @@ in
cfg.nixops4Package
pkgs.nix
pkgs.openssh
pkgs.git
];
preStart = ''
# Auto-migrate on first run or if the package has changed