make CI test invocations idempotent to better facilitate manual use

This commit is contained in:
Kiara Grouwstra 2025-06-27 15:19:14 +02:00
parent 1c44004cfe
commit ba523df8b3
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -25,13 +25,13 @@ jobs:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: cd services && nix-build -A tests.peertube
- run: nix-build services -A tests.peertube
check-panel:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: cd panel && nix-build -A tests
- run: nix-build panel -A tests
check-deployment-basic:
runs-on: native