test: add teh cache and colmena build

Signed-off-by: silver <silver@skynet.ie>
This commit is contained in:
silver 2024-08-07 00:17:53 +00:00
parent dd956bf3e6
commit 22fe9e46a0

View file

@ -19,4 +19,11 @@ jobs:
- uses: actions/checkout@v4
- run: nix flake lock --update-input "${{ inputs.input_to_update }}"
shell: bash
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
- run: |
attic login skynet https://nix-cache.skynet.ie/ $CACHE_KEY
attic use skynet-cache
attic watch-store skynet-cache &
shell: bash
- run: colmena build
shell: bash
#- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5