Skip to content

stack: instruct it to not use nix as we provide ghc from devenv #3992

stack: instruct it to not use nix as we provide ghc from devenv

stack: instruct it to not use nix as we provide ghc from devenv #3992

Workflow file for this run

name: "Build & Test"
on:
pull_request:
paths-ignore:
- "docs/**"
- "mkdocs.yml"
- "requirements.in"
- "requirements.txt"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
test:
needs: build
uses: ./.github/workflows/test.yml
secrets: inherit