Skip to content

Run the flake regressions test suite #1

Run the flake regressions test suite

Run the flake regressions test suite #1

name: "CI"
on:
pull_request:
push:
permissions: read-all
jobs:
flake_regressions:

Check failure on line 11 in .github/workflows/flake_regressions.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/flake_regressions.yml (Line: 11, Col: 3): The workflow must contain at least one job with no dependencies.
needs: vm_tests
runs-on: ubuntu-22.04
steps:
- name: Checkout nix
uses: actions/checkout@v4
- name: Checkout flake-regressions
uses: actions/checkout@v4
with:
repository: NixOS/flake-regressions
path: flake-regressions
- name: Checkout flake-regressions-data
uses: actions/checkout@v4
with:
repository: NixOS/flake-regressions-data
path: flake-regressions/tests
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build --out-link ./new-nix && PATH=$(pwd)/new-nix/bin:$PATH scripts/flake-regressions.sh