Skip to content

Update cachix/cachix-action action to v13 - autoclosed #93

Update cachix/cachix-action action to v13 - autoclosed

Update cachix/cachix-action action to v13 - autoclosed #93

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@v21
- uses: cachix/cachix-action@v13
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 .#