test attic cache from ci

This commit is contained in:
Kiara Grouwstra 2025-07-04 19:24:32 +02:00
parent 34eb0b9241
commit 2a871c6a99
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -25,7 +25,9 @@ jobs:
runs-on: nix
steps:
- uses: actions/checkout@v4
- run: nix-build services -A tests.peertube
- run: build_path=$(nix-build services -A tests.peertube)
- run: echo $build_path
- run: attic push demo $build_path
check-panel:
runs-on: nix