Test CI
Some checks failed
/ test (push) Failing after 24s

This commit is contained in:
Andrea Ciceri 2024-11-22 16:44:00 +01:00
parent f4364c6398
commit 4e32322cbb
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -10,4 +10,8 @@ jobs:
- name: Attic login
run: attic login sisko http://10.100.0.1:8081 ${{secrets.ATTIC_SISKO_TOKEN}}
- name: Build with nix
run: nix-fast-build --no-nom --skip-cached --systems "x86_64-linux aarch64-linux" --attic-cache "sisko"
run: nix-fast-build --no-nom --skip-cached --systems "x86_64-linux" --attic-cache "sisko" --result-file result.json
- name: Report checks
if: ${{always}}
run: forgejo-report-checks