Skip to content

.github/workflows: Improve pipeline with some parallel steps #38

.github/workflows: Improve pipeline with some parallel steps

.github/workflows: Improve pipeline with some parallel steps #38

Workflow file for this run

name: Exhaustive Flake Test
on:
workflow_dispatch:
push:
branches:
- staging
jobs:
check:
name: Check Flake Outputs
uses: ./.github/workflows/.call-nix.yml

Check failure on line 12 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Exhaustive Flake Test

Invalid workflow file

The workflow is not valid. In .github/workflows/build.yml (Line: 12, Col: 11): Error from called workflow Frontear/dotfiles/.github/workflows/.call-nix.yml@03a99cf12cf0bca3a5b91c5e27f8451d3ebc5e1b (Line: 27, Col: 14): Unrecognized named-value: 'input'. Located at position 1 within expression: input.cmd
with:
cmd: nix flake check
build:
name: Build Flake Outputs
strategy:
matrix:
outputs: ['nixosConfigurations.LAPTOP-3DT4F02.config.system.build.toplevel',
'nixosConfigurations.DESKTOP-3DT4F02.config.system.build.toplevel',
'nixosConfigurations.ISO-3DT4F02.config.system.build.isoImage']
uses: ./.github/workflows/.call-nix.yml
with:
cmd: nix build '.#${{ matrix.outputs }}'