From ba523df8b3dc06864e081915df90c6015cb40185 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Fri, 27 Jun 2025 15:19:14 +0200 Subject: [PATCH] make CI test invocations idempotent to better facilitate manual use --- .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