forked from Fediversity/Fediversity
try out existing nix container made for gitea actions
This commit is contained in:
parent
b31117fd76
commit
59e7fd4d08
2 changed files with 8 additions and 8 deletions
|
@ -10,43 +10,43 @@ on:
|
|||
|
||||
jobs:
|
||||
check-pre-commit:
|
||||
runs-on: nixos
|
||||
runs-on: icewind1991/nix-runner
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix-build -A tests
|
||||
|
||||
check-data-model:
|
||||
runs-on: nixos
|
||||
runs-on: icewind1991/nix-runner
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix-shell --run 'nix-unit ./deployment/data-model-test.nix'
|
||||
|
||||
check-peertube:
|
||||
runs-on: nixos
|
||||
runs-on: icewind1991/nix-runner
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix-build services -A tests.peertube
|
||||
|
||||
check-panel:
|
||||
runs-on: nixos
|
||||
runs-on: icewind1991/nix-runner
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix-build panel -A tests
|
||||
|
||||
check-deployment-basic:
|
||||
runs-on: nixos
|
||||
runs-on: icewind1991/nix-runner
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix build .#checks.x86_64-linux.deployment-basic -L
|
||||
|
||||
check-deployment-cli:
|
||||
runs-on: nixos
|
||||
runs-on: icewind1991/nix-runner
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix build .#checks.x86_64-linux.deployment-cli -L
|
||||
|
||||
check-deployment-panel:
|
||||
runs-on: nixos
|
||||
runs-on: icewind1991/nix-runner
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix build .#checks.x86_64-linux.deployment-panel -L
|
||||
|
|
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
lockfile:
|
||||
runs-on: native
|
||||
runs-on: icewind1991/nix-runner
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue