forked from Fediversity/Fediversity
add CI tests for the panel
This commit is contained in:
parent
c98663ae71
commit
ce5126c0fa
1 changed files with 6 additions and 0 deletions
|
@ -27,3 +27,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix build .#checks.x86_64-linux.peertube -L
|
||||
|
||||
check-panel:
|
||||
runs-on: native
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: cd panel && nix-build -A tests
|
||||
|
|
Loading…
Add table
Reference in a new issue