From d7dbdd923cd41635bf4ecff926650cf960b982a2 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Mon, 30 Jun 2025 12:42:19 +0200 Subject: [PATCH] make CI test invocations idempotent to better facilitate manual use (#416) Reviewed-on: https://git.fediversity.eu/Fediversity/Fediversity/pulls/416 Reviewed-by: Valentin Gagarin Co-authored-by: Kiara Grouwstra Co-committed-by: Kiara Grouwstra --- .forgejo/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index f7f0a438..44133a5d 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -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