Skip to content

Bump cachix/install-nix-action from 21 to 22 (#373) #377

Bump cachix/install-nix-action from 21 to 22 (#373)

Bump cachix/install-nix-action from 21 to 22 (#373) #377

Workflow file for this run

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