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 7eeeee4543
commit 8fab923899
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -31,9 +31,7 @@ jobs:
runs-on: nix
steps:
- uses: actions/checkout@v4
- run: build_path=$(nix build .#checks.x86_64-linux.test-peertube-service -L)
- run: echo $build_path
- run: attic push demo $build_path
- run: nix-shell --run 'attic push demo $(nix build .#checks.x86_64-linux.test-peertube-service -L)'
check-panel:
runs-on: nix