From 2357bfe6adb8cef3f0cc3cf034ffc50db233da8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Thu, 28 Nov 2024 09:53:40 +0100 Subject: [PATCH] Build website and test it in CI --- .forgejo/workflows/ci.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index a2636c6..a7f69e9 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -14,3 +14,10 @@ jobs: steps: - uses: actions/checkout@v4 - run: nix build .#checks.x86_64-linux.pre-commit -L + + check-website: + runs-on: native + steps: + - uses: actions/checkout@v4 + - run: cd website && nix-shell --command run-tests + - run: cd website && nix-build -A build