From 835b3b4efe714ea0457ad627a32533e480192959 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 20 Feb 2025 21:39:01 +0100 Subject: [PATCH] Fix vm_tests_all --- .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 98efc7a57..60b75a439 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: .hydraJobs.tests | with_entries(select(.value.type == "derivation")) | keys[] - | ".#hydraJobs.tests." + .' + | ".#hydraJobs.tests." + .' \ | head -n5) # FIXME: for testing the merge queue flake_regressions: