nixfleet/.forgejo/workflows/build.yaml
Andrea Ciceri 4e32322cbb
Some checks failed
/ test (push) Failing after 24s
Test CI
2024-11-22 16:56:43 +01:00

17 lines
502 B
YAML

on:
push:
branches: ["*"]
jobs:
test:
runs-on: nix
steps:
- uses: actions/checkout@v4
name: Checkout repository
- 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" --attic-cache "sisko" --result-file result.json
- name: Report checks
if: ${{always}}
run: forgejo-report-checks