From b7d26776c572c33217c1d48deddf11b5b0fe2a3d Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Mon, 24 Feb 2025 08:02:47 +0000 Subject: [PATCH] chore(actions): use format string `shell` key for test step --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f34b7cc..a02293a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: run: nix develop -c pesde install --locked - name: Run tests - shell: nix develop -c bash + shell: 'nix develop -c {0}' run: | # HACK: Since the exit code isn't properly reflected due to frktest not returning # the correct status on test fails, we have to parse the output and check ourselves