From 32818608a082e3460a6c181e988c218ac54c9881 Mon Sep 17 00:00:00 2001 From: Claudio Bley Date: Thu, 28 Nov 2024 09:33:33 +0100 Subject: [PATCH] name CI jobs (does interpolation work here?) --- .bazelci/presubmit.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 35e47a94c..a7c474cf6 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -7,7 +7,8 @@ matrix: workdir: [".", "rules_haskell_tests"] tasks: - ubuntu1804: + workspace: + name: "${{ workdir }} - workspace (${{ bazel }})" bazel: ${{ bazel }} working_directory: ${{ workdir }} platform: "ubuntu2004" @@ -36,7 +37,8 @@ tasks: test_targets: - "//tests/..." - ubuntu1804bzlmod: + bzlmod: + name: "${{ workdir }} - bzlmod (${{ bazel }})" bazel: ${{ bazel }} working_directory: ${{ workdir }} platform: "ubuntu2004"