mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
do not run macos every time
This commit is contained in:
parent
3324b8b267
commit
782fd3037f
3 changed files with 24 additions and 2 deletions
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
|
|
@ -1,5 +1,6 @@
|
|||
name: "Test template"
|
||||
on:
|
||||
workflow_dispatch: # allows manual triggering
|
||||
pull_request:
|
||||
push:
|
||||
jobs:
|
||||
|
|
@ -7,11 +8,12 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
os: [ubuntu-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v31
|
||||
with:
|
||||
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