From d782bdd48e0a3dd500496d64904e2981755a7ebb Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Mon, 30 May 2022 19:28:30 +0300 Subject: [PATCH] github actions: Improve the descriptions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 85628e7..a2825cf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: echo ">>>>> first start <<<<<" kconfig-hardened-check - - name: Check all configs + - name: Check all configs with the installed tool run: | echo ">>>>> check all configs <<<<<" CONFIG_DIR=`find /opt/hostedtoolcache/Python/ -name config_files` @@ -47,7 +47,7 @@ jobs: done echo -e "\n>>>>> checking $COUNT configs is done <<<<<" - - name: Get source code + - name: Get source code for collecting coverage uses: actions/checkout@v2 - name: Collect coverage -- 2.31.1