forked from Fediversity/Fediversity
Enable CI for Peertube test
This commit is contained in:
parent
1864e20a8c
commit
d96c142706
|
@ -21,3 +21,9 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- run: cd website && nix-build -A tests
|
||||
- run: cd website && nix-build -A build
|
||||
|
||||
check-peertube:
|
||||
runs-on: native
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix build .#checks.x86_64-linux.peertube -L
|
||||
|
|
Loading…
Reference in a new issue