forked from Fediversity/Fediversity
check forgejo actions runner CPU, see #13
This commit is contained in:
parent
ee5c2b90b7
commit
c5fcb7626c
1 changed files with 3 additions and 28 deletions
|
@ -6,35 +6,10 @@ on:
|
||||||
- reopened
|
- reopened
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- '**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-pre-commit:
|
check-cpu:
|
||||||
runs-on: native
|
runs-on: native
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- run: lscpu | grep name
|
||||||
- run: nix-build -A tests
|
|
||||||
|
|
||||||
check-peertube:
|
|
||||||
runs-on: native
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- run: cd services && nix-build -A tests.peertube
|
|
||||||
|
|
||||||
check-panel:
|
|
||||||
runs-on: native
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- run: cd panel && nix-build -A tests
|
|
||||||
|
|
||||||
check-deployment-basic:
|
|
||||||
runs-on: native
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- run: nix build .#checks.x86_64-linux.deployment-basic -L
|
|
||||||
|
|
||||||
check-deployment-cli:
|
|
||||||
runs-on: native
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- run: nix build .#checks.x86_64-linux.deployment-cli -L
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue