Files
matrix-webhook/.gitea/workflows/nix.yml
Sergey Besedin 2f40140500
Some checks failed
Publish on Docker Hub / docker-hub (push) Failing after 5m57s
Test entrypoints / test-entrypoints (push) Failing after 7m6s
Lints / lint (push) Failing after 1m29s
Nix CI / Nix build on ${{ matrix.os }} (ubuntu) (push) Failing after 2m11s
Tests / tests (push) Failing after 2m24s
Nix CI / Nix build on ${{ matrix.os }} (macos) (push) Has been cancelled
Let's try gitea
2024-09-20 03:32:36 +04:00

18 lines
441 B
YAML

name: "Nix CI"
on: [pull_request, push]
jobs:
tests:
name: "Nix build on ${{ matrix.os }}"
runs-on: "${{ matrix.os }}-latest"
strategy:
matrix:
os: [ubuntu, macos]
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- run: nix build