test: s[pplit up teh build and cache propegation

attic push --ignore-upstream-cache-filter mycache $(ls -d /nix/store/*/ | grep -v fake_nixpkgs)

Signed-off-by: silver <silver@skynet.ie>
This commit is contained in:
silver 2024-08-07 01:04:53 +00:00
parent 31bcecb587
commit 3cfd0a98aa

View file

@ -28,9 +28,6 @@ jobs:
- run: nix flake lock --update-input "${{ inputs.input_to_update }}"
shell: bash
- run: |
attic login skynet https://nix-cache.skynet.ie/ $CACHE_KEY
attic use skynet-cache
attic watch-store skynet-cache &
nix develop
colmena build -v --on @active-dns
colmena build -v --on @active-core
@ -38,4 +35,9 @@ jobs:
colmena build -v --on @active-ext
colmena build -v --on @active-gitlab
shell: bash
- run: |
attic login skynet https://nix-cache.skynet.ie/ $CACHE_KEY
attic use skynet-cache
attic push skynet-cache $(ls -d /nix/store/*/)
shell: bash
#- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5