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
|
- 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
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue