Skip to content

Bump cachix/cachix-action from 13 to 14 (#387) #403

Bump cachix/cachix-action from 13 to 14 (#387)

Bump cachix/cachix-action from 13 to 14 (#387) #403

Workflow file for this run

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