From 78acd7610e2189b49acb01464b570ce89f1a58e3 Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Fri, 11 Dec 2020 13:37:29 +0000 Subject: ci: improve step names Improves readability and informativeness. PR: #515 --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github/workflows/test.yml') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e079754..2f7992c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,15 +37,15 @@ jobs: 4-${{ runner.os }}- timeout-minutes: 2 continue-on-error: true - - name: West init + - name: Initialize workspace (west init) run: west init -l app - - name: West update + - name: Update modules (west update) run: west update - - name: West Zephyr export + - name: Export Zephyr CMake package (west zephyr-export) run: west zephyr-export - name: Test all run: west test - - name: Archive build + - name: Archive artifacts if: ${{ always() }} uses: actions/upload-artifact@v2 with: -- cgit v1.2.3