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