Skip to content

treewide: introduce hydra jobs #1087

treewide: introduce hydra jobs

treewide: introduce hydra jobs #1087

Workflow file for this run

name: ci
on:
pull_request:
push: # This is only run when PRs are merged into master
branches:
- master
workflow_dispatch:
jobs:
nix_checks:
name: nix checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check -L --allow-import-from-derivation
# monitor and bind-master uses IFD
nix_verify_scale_network:
name: nix builds
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix run .#verify-scale-network