check runner ip

This commit is contained in:
Kiara Grouwstra 2025-06-05 19:04:12 +02:00
parent 69579fea1c
commit 342721f0fb
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -6,35 +6,10 @@ on:
- reopened
push:
branches:
- main
- '**'
jobs:
check-pre-commit:
check-ip:
runs-on: native
steps:
- uses: actions/checkout@v4
- 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
- run: curl -4 icanhazip.com