forked from Fediversity/Fediversity
collapse caching ci test, given it seems to not carry over variables between steps
This commit is contained in:
parent
7eeeee4543
commit
8fab923899
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue