test: see if this helps
Signed-off-by: silver <silver@skynet.ie>
This commit is contained in:
parent
22fe9e46a0
commit
47d1856ed0
1 changed files with 6 additions and 2 deletions
|
@ -23,7 +23,11 @@ jobs:
|
||||||
attic login skynet https://nix-cache.skynet.ie/ $CACHE_KEY
|
attic login skynet https://nix-cache.skynet.ie/ $CACHE_KEY
|
||||||
attic use skynet-cache
|
attic use skynet-cache
|
||||||
attic watch-store skynet-cache &
|
attic watch-store skynet-cache &
|
||||||
shell: bash
|
nix --extra-experimental-features 'nix-command flakes' develop
|
||||||
- run: colmena build
|
colmena build -v --on @active-dns
|
||||||
|
colmena build -v --on @active-core
|
||||||
|
colmena build -v --on @active
|
||||||
|
colmena build -v --on @active-ext
|
||||||
|
colmena build -v --on @active-gitlab
|
||||||
shell: bash
|
shell: bash
|
||||||
#- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
#- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
Loading…
Reference in a new issue