From ce5126c0fac2ce08d9e2bea927daf66cb27b6b28 Mon Sep 17 00:00:00 2001
From: Valentin Gagarin <valentin.gagarin@tweag.io>
Date: Thu, 20 Mar 2025 10:57:58 +0100
Subject: [PATCH] add CI tests for the panel

---
 .forgejo/workflows/ci.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml
index d1ff749b..3f1db22a 100644
--- a/.forgejo/workflows/ci.yaml
+++ b/.forgejo/workflows/ci.yaml
@@ -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