From 7eeeee45436f8f0ef106097fc3bcde86b566272c Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Fri, 4 Jul 2025 19:24:32 +0200 Subject: [PATCH] test attic cache from ci --- .forgejo/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 336b1321..21e75fc7 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -31,7 +31,9 @@ jobs: runs-on: nix steps: - uses: actions/checkout@v4 - - run: nix build .#checks.x86_64-linux.test-peertube-service -L + - run: build_path=$(nix build .#checks.x86_64-linux.test-peertube-service -L) + - run: echo $build_path + - run: attic push demo $build_path check-panel: runs-on: nix