aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/feature-branch.yml4
1 files 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