stackage-server/.github/workflows/build.yml
dependabot[bot] 8cdf2b56f2
Bump DeterminateSystems/magic-nix-cache-action from 13 to 14
Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 13 to 14.
- [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases)
- [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v13...v14)

---
updated-dependencies:
- dependency-name: DeterminateSystems/magic-nix-cache-action
  dependency-version: '14'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-20 09:31:59 +00:00

31 lines
734 B
YAML

# CI that runs on pull requests and pushes to master.
name: CI
on:
push:
branches:
- master
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
stack-test:
name: stack test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: ./.github/actions/stack-test
flake-check:
name: flake check and push
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: cachix/install-nix-action@v31
- uses: DeterminateSystems/magic-nix-cache-action@v14
- uses: cachix/cachix-action@v17
with:
name: stackage-infrastructure
- run: nix build
- run: nix flake check