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