Skip to content

Commit

Permalink
github: add macos test job
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudef committed Jun 22, 2024
1 parent 42b3026 commit 235011c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,12 @@ jobs:
README.md
commit-msg: Automatic update
github-token: ${{ secrets.GITHUB_TOKEN }}
macos-test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: |
nix run .#test
nix run .#readme

0 comments on commit 235011c

Please sign in to comment.