aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2024-01-08 17:55:36 +0200
committerSyndamia <kamen@syndamia.com>2024-01-08 17:55:36 +0200
commitb32fc727fdbd67e9395cedb0a13f1a2adc03d527 (patch)
tree11587bbb913100ebc25e9a5aa39f4a44b86d7e46 /.github
parent1f47d1276217474d553d8b65dd64ac72f92f8a3e (diff)
downloadpico-web-b32fc727fdbd67e9395cedb0a13f1a2adc03d527.tar
pico-web-b32fc727fdbd67e9395cedb0a13f1a2adc03d527.tar.gz
pico-web-b32fc727fdbd67e9395cedb0a13f1a2adc03d527.zip
[.github/feature-branch] Fixed names of steps
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