Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit 1f96408

Browse files
committed
ci: reword step names
1 parent 76e7357 commit 1f96408

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/meson.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,17 +150,17 @@ jobs:
150150
env: ${{ matrix.mode.extra_envs }}
151151
run: |
152152
meson setup build --buildtype=release ${{ matrix.mode.args }} --vsenv
153-
- name: Configuring
153+
- name: Configure
154154
if: ${{ matrix.platform != 'windows-2025' }}
155155
env: ${{ matrix.mode.extra_envs }}
156156
run: |
157157
meson setup build --buildtype=release ${{ matrix.mode.args }}
158-
- name: Building
158+
- name: Build
159159
run: |
160160
meson compile -C build
161161
meson compile -C build msft_proxy_tests examples
162162
163-
- name: Running tests
163+
- name: Run tests
164164
env: ${{ matrix.mode.extra_envs }}
165165
run: |
166166
meson test -C build --timeout-multiplier 5 --print-errorlogs

0 commit comments

Comments
 (0)