From d96c14270634fd23a572b24ba5943045cf731a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Tue, 17 Dec 2024 17:15:16 +0100 Subject: [PATCH] Enable CI for Peertube test --- .forgejo/workflows/ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 4ec5836..d1ff749 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -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