mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
check macos on pr
This commit is contained in:
parent
6fc4196ab4
commit
1cb3734520
1 changed files with 3 additions and 3 deletions
6
.github/workflows/check_macos.yml
vendored
6
.github/workflows/check_macos.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue