Skip to content

[Nix + Cabal + Task] Project lifecycle management changes #67

[Nix + Cabal + Task] Project lifecycle management changes

[Nix + Cabal + Task] Project lifecycle management changes #67

Workflow file for this run

name: "Test"
on:
pull_request:
push:
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: actions/cache@v3
with:
path: |
~/.cabal/store
dist-newstyle
key: ${{ runner.os }}-${{ matrix.ghc }}
- run: nix develop -c task api:test