From aff435a0fb3a56b1d7b738c7dede363440884b3a Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Thu, 17 Sep 2026 15:05:36 +0100 Subject: Add the Canonical laptop profile and setup workflows --- .github/workflows/check.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github/workflows/check.yml') diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 0a15f83..4d38a8c 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -21,3 +21,9 @@ jobs: - name: just check run: nix develop ./nix --command just check + + - name: Role and package tests + run: nix develop ./nix --command just test + + - name: Evaluate the corporate profile + run: nix eval --impure ./nix#homeConfigurations.canonical.activationPackage.drvPath -- cgit v1.3.1