Skip to content

debug...

debug... #141

Workflow file for this run

name: Test
on:
pull_request:
push:
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest]
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v15
with:
name: xzfc
signingKey: ${{ secrets.CACHIX_SIGNING_KEY }}
- name: Build and install cached-nix-shell
run: nix-env -i -f default.nix
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3