From b32fc727fdbd67e9395cedb0a13f1a2adc03d527 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 8 Jan 2024 17:55:36 +0200 Subject: [.github/feature-branch] Fixed names of steps --- .github/workflows/feature-branch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/feature-branch.yml b/.github/workflows/feature-branch.yml index c7ab192..88bee04 100644 --- a/.github/workflows/feature-branch.yml +++ b/.github/workflows/feature-branch.yml @@ -26,7 +26,7 @@ jobs: with: name: source-code path: . - - name: Build server and browser + - name: Run tests run: make tests Static-analysis: @@ -37,5 +37,5 @@ jobs: with: name: source-code path: . - - name: Build server and browser + - name: Run static analysis run: make static-analysis -- cgit v1.2.3