add CI tests for the panel

This commit is contained in:
Valentin Gagarin 2025-03-20 10:57:58 +01:00
parent c98663ae71
commit ce5126c0fa

View file

@ -27,3 +27,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: nix build .#checks.x86_64-linux.peertube -L
check-panel:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: cd panel && nix-build -A tests