diff options
| author | Syndamia <kamen@syndamia.com> | 2024-01-08 17:55:36 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2024-01-08 17:55:36 +0200 |
| commit | b32fc727fdbd67e9395cedb0a13f1a2adc03d527 (patch) | |
| tree | 11587bbb913100ebc25e9a5aa39f4a44b86d7e46 /.github/workflows | |
| parent | 1f47d1276217474d553d8b65dd64ac72f92f8a3e (diff) | |
| download | pico-web-b32fc727fdbd67e9395cedb0a13f1a2adc03d527.tar pico-web-b32fc727fdbd67e9395cedb0a13f1a2adc03d527.tar.gz pico-web-b32fc727fdbd67e9395cedb0a13f1a2adc03d527.zip | |
[.github/feature-branch] Fixed names of steps
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/feature-branch.yml | 4 |
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 |
