forked from fediversity/fediversity
Compare commits
2 commits
567368816c
...
d721c59cf0
| Author | SHA1 | Date | |
|---|---|---|---|
| d721c59cf0 | |||
| dadbbe04df |
2 changed files with 1 additions and 12 deletions
|
|
@ -10,20 +10,8 @@ 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
|
||||
|
|
|
|||
|
|
@ -218,6 +218,7 @@ in
|
|||
cfg.nixops4Package
|
||||
pkgs.nix
|
||||
pkgs.openssh
|
||||
pkgs.git
|
||||
];
|
||||
preStart = ''
|
||||
# Auto-migrate on first run or if the package has changed
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue