From 11aed522a17951ba2e60e040ab53ea8117b5456e Mon Sep 17 00:00:00 2001 From: Vadim Date: Tue, 25 Jul 2023 17:26:24 +0200 Subject: [PATCH] Added readable name to ci workflow --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9bb9b6f..5d81be0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,8 @@ on: branches: ["main"] jobs: - build: + analyze_and_test: + name: Analyze & test runs-on: macos-11 timeout-minutes: 10