Build website and test it in CI

This commit is contained in:
Nicolas Jeannerod 2024-11-28 09:53:40 +01:00
parent f67c012dfe
commit 2357bfe6ad
Signed by untrusted user: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -14,3 +14,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: nix build .#checks.x86_64-linux.pre-commit -L - 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