Run the Pixelfed test in CI

This commit is contained in:
Nicolas Jeannerod 2025-01-27 17:48:43 +01:00
parent a4cba3f697
commit dd782b4ff5
Signed by untrusted user: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -28,3 +28,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: nix build .#checks.x86_64-linux.peertube -L - run: nix build .#checks.x86_64-linux.peertube -L
check-pixelfed:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: nix build .#checks.x86_64-linux.pixelfed -L