From 36b196718797c9c8bcbf8bede3c54e0fcb0738a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Sat, 8 Jun 2024 22:41:09 +0200 Subject: [PATCH] [ci] forgejo: build more outputs --- .forgejo/workflows/check.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/check.yml b/.forgejo/workflows/check.yml index 8a6cedc..1baaa92 100644 --- a/.forgejo/workflows/check.yml +++ b/.forgejo/workflows/check.yml @@ -10,9 +10,11 @@ jobs: runs-on: nixos strategy: matrix: - machine: - - vm + target: + - docs + - nvim + - nixosConfigurations.vm.config.system.build.toplevel steps: - uses: https://code.forgejo.org/actions/checkout@v4 - run: nix --version - - run: nix build --print-build-logs '.#nixosConfigurations.${{ matrix.machine }}.config.system.build.toplevel' + - run: nix build --print-build-logs '.#${{ matrix.target }}' -- 2.46.0