Enable CI for Peertube test

This commit is contained in:
Nicolas Jeannerod 2024-12-17 17:15:16 +01:00
parent 1864e20a8c
commit d96c142706
Signed by untrusted user: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -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