1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00
niv/.github/workflows/test.yml
dependabot[bot] b0ad17bce7
Bump cachix/cachix-action from 13 to 14 (#387)
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 13 to 14.
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Commits](https://github.com/cachix/cachix-action/compare/v13...v14)

---
updated-dependencies:
- dependency-name: cachix/cachix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-15 12:31:36 +01:00

25 lines
512 B
YAML

name: "Test"
on:
pull_request:
push:
branches:
- master
jobs:
tests:
strategy:
matrix:
os: [ubuntu-20.04, macos-12]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
nix_path: 'nixpkgs=./nix'
- name: "Install Cachix"
uses: cachix/cachix-action@v14
with:
name: niv
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- name: "Run tests"
run: ./script/test