check macos on pr

This commit is contained in:
Daniel Winkler 2025-08-26 13:23:45 +10:00
commit 1cb3734520

View file

@ -1,8 +1,9 @@
name: "Test template MacOS"
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 3 * * 0'
push:
branches:
- 'update_n'
jobs:
tests:
runs-on: ${{ matrix.os }}
@ -16,4 +17,3 @@ jobs:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build ./templates/n
- run: nix flake check ./templates/n