From 6219d0b7cfea271bffbc0ba11956373b55db17cf Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 4 Jun 2024 12:00:21 +0000 Subject: fix: running without specific inputs passed (#1) --- .github/workflows/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.github/workflows/ci.yaml') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 458b81f..edbf017 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,10 +7,14 @@ on: jobs: test: - name: Run test + name: Run test (with `${{ matrix.sources }}`) runs-on: ubuntu-latest + strategy: + matrix: + sources: ["", "nixpkgs nixos-24.05"] + permissions: contents: write pull-requests: write -- cgit v1.2.3