Skip to content

Bump pip from 21.2.4 to 23.3 (#14) #407

Bump pip from 21.2.4 to 23.3 (#14)

Bump pip from 21.2.4 to 23.3 (#14) #407

Workflow file for this run

name: "build, test"
on:
pull_request:
push:
defaults:
run:
working-directory: ./app
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-shell --run 'cabal build'
- run: nix-shell --run 'cabal test'