collapse caching ci test, given it seems to not carry over variables between steps

This commit is contained in:
Kiara Grouwstra 2025-07-04 21:33:44 +02:00
parent 565a69bc15
commit d55b2ad2c5
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

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