From 8a93eda2e8b2425ead064003e0052b2f351bbfc4 Mon Sep 17 00:00:00 2001 From: Ryan Liang Date: Thu, 14 Dec 2023 11:42:30 -0800 Subject: [PATCH] Rename the title of each job Signed-off-by: Ryan Liang --- .github/workflows/integration-tests-workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-tests-workflow.yml b/.github/workflows/integration-tests-workflow.yml index 3e04382bf..b82200a93 100644 --- a/.github/workflows/integration-tests-workflow.yml +++ b/.github/workflows/integration-tests-workflow.yml @@ -10,6 +10,7 @@ env: jobs: tests: + name: Run test group of ${{ matrix.testgroups }} env: # Prevents extra Cypress installation progress messages CI: 1