From c729e6fbf7ce8cb19d42aa8cddfb3db50ed26a0a Mon Sep 17 00:00:00 2001 From: adelaett <90894311+adelaett@users.noreply.github.com> Date: Fri, 24 Feb 2023 15:09:43 +0100 Subject: [PATCH] update the update flake mecanism to check the tests --- .github/workflows/update-flake-lock.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index 19984185..53525ec0 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -16,12 +16,15 @@ jobs: - name: update flake.lock run: | nix flake update - - name: check it builds + - name: check catala builds run: | nix build + - name: check clerk builds and catala test-suite passes + run: | + nix build .#clerk - name: commit changes uses: EndBug/add-and-commit@v9 with: - author_name: Catala nix updated - author_email: nixer@catala - message: "update lock files" + author_name: adelaett + author_email: 90894311+adelaett@users.noreply.github.com + message: "Update lock files"