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

This commit is contained in:
Andrea Ciceri 2024-12-17 11:12:55 +01:00
parent e9d20e9453
commit 33d9ea4dfd
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -8,9 +8,14 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
name: Checkout repository name: Checkout repository
- name: Attic login - name: Attic login
run: attic login sisko http://10.100.0.1:8081 ${{secrets.ATTIC_SISKO_TOKEN}} run: attic login nixfleet http://10.100.0.1:8081 ${{secrets.ATTIC_NIXFLEET_TOKEN}}
- name: Build with nix - name: Build with nix
run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux" --attic-cache "sisko" --result-file result.json || true run: nix-fast-build \
--no-nom \
--systems "x86_64-linux aarch64-linux" \
--attic-cache "nixfleet" \
--skip-cached \
--result-file result.json || true
- name: Report checks - name: Report checks
run: report-checks run: report-checks