Skip to content

Update cachix/install-nix-action action to v29 - autoclosed #155

Update cachix/install-nix-action action to v29 - autoclosed

Update cachix/install-nix-action action to v29 - autoclosed #155

Workflow file for this run

name: "Test"
on:
pull_request:
push:
jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v29
- uses: cachix/cachix-action@v12
with:
name: each-commit-green
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix develop --command devenv ci
- run: nix develop --command devenv shell echo ok
- run: nix build .#