forked from fediversity/fediversity
add mastodon test to CI
This commit is contained in:
parent
ef50336139
commit
8091eb7292
1 changed files with 6 additions and 0 deletions
|
|
@ -21,6 +21,12 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- run: nix-shell --run 'nix-unit ./deployment/data-model-test.nix'
|
||||
|
||||
check-mastodon:
|
||||
runs-on: native
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix build .#checks.x86_64-linux.test-mastodon-service -L
|
||||
|
||||
check-peertube:
|
||||
runs-on: native
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue