forked from Fediversity/Fediversity
Run the Pixelfed test in CI
This commit is contained in:
parent
4d478ab463
commit
7ec70e00ef
1 changed files with 6 additions and 0 deletions
|
@ -28,3 +28,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- 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
|
||||
|
|
Loading…
Add table
Reference in a new issue