Test attic
All checks were successful
/ test (push) Successful in 28s

This commit is contained in:
Andrea Ciceri 2024-11-15 11:58:56 +01:00
parent 442c3cec92
commit e5da53456f
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -7,5 +7,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
name: Checkout repository name: Checkout repository
- name: Attic login
run: attic login sisko http://10.100.0.1:8081 ${{secrets.ATTIC_SISKO_TOKEN}}
- name: Start attic watch store
run: attic watch-store sisko &
- name: Build with nix - name: Build with nix
run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux" run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux" # --attic-cache "sisko"