Check website in CI #42

Merged
fricklerhandwerk merged 1 commit from Niols/Fediversity:website-tests into main 2024-11-28 17:00:07 +01:00

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