From f2aaede16ac9a939740767ff79d041a53c1b4158 Mon Sep 17 00:00:00 2001 From: Dan Nixon Date: Wed, 15 Nov 2023 18:38:28 +0000 Subject: [PATCH] Revert "Remove evaluate devShell step" This reverts commit 633497e51feae21980acdf88487f3d59ac102c70. --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5136a3b2..af471265 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,11 @@ jobs: - uses: DeterminateSystems/nix-installer-action@v7 - uses: DeterminateSystems/magic-nix-cache-action@v2 + # Evaluate the devshell here so that the time reported for subsequent + # steps that use it reflect what is actually done there. + - name: Evaluate devshell + run: nix develop + - name: Format run: nix develop --command treefmt --fail-on-change