From 50c395cecf7762c3ee82b304d4aa59f2512c8eaf Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Mon, 27 May 2024 16:48:12 +0300 Subject: [PATCH] update test names --- .github/workflows/test-cli.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-cli.yml b/.github/workflows/test-cli.yml index 085af0bb..3dfebbb6 100644 --- a/.github/workflows/test-cli.yml +++ b/.github/workflows/test-cli.yml @@ -4,6 +4,7 @@ on: jobs: test-cli-yarn: + name: "Test CLI (Yarn)" env: NODE_ENV: CI REDIS_URL: redis://localhost:6379 @@ -78,6 +79,7 @@ jobs: run: kill -9 $(lsof -t -i :9000) test-cli-npm: + name: "Test CLI (npm)" env: NODE_ENV: CI REDIS_URL: redis://localhost:6379