forked from Fediversity/Fediversity
Build website and test it in CI
This commit is contained in:
parent
f67c012dfe
commit
2357bfe6ad
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue