forked from fediversity/fediversity
manually use cache in ci
This commit is contained in:
parent
1451ba7fc1
commit
a466ab5e75
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: nix-shell --run 'attic use demo && attic push demo $(nix-build services -A tests.peertube)'
|
- run: attic login fediversity http://attic.fediversity.net:8080 ${{ secrets.ATTIC_PULL_KEY }} && attic use demo && nix-build services -A tests.peertube
|
||||||
|
|
||||||
check-panel:
|
check-panel:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue