Skip to content

Commit 58b5e97

Browse files
cosmo0920edsiper
authored andcommitted
workflows: Fix workflow comments for clarity
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent b115d1b commit 58b5e97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/call-windows-unit-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
key: ${{ steps.cache-unit-test-vcpkg-sources.outputs.cache-primary-key }}
128128
enableCrossOsArchive: false
129129

130-
- name: Build unit-test for Fluent Bit packages (only for x86 and x64)
130+
- name: Build unit-test for Fluent Bit packages (x86, x64, and ARM64)
131131
run: |
132132
cmake -G "NMake Makefiles" `
133133
-D FLB_TESTS_INTERNAL=On `
@@ -170,7 +170,7 @@ jobs:
170170
dumpbin /dependents .\bin\fluent-bit.exe
171171
working-directory: build
172172

173-
- name: Build unit-test for Fluent Bit packages (only for x86 and x64)
173+
- name: Run unit tests for Fluent Bit packages (x86, x64, and ARM64)
174174
run: |
175175
ctest --build-run-dir "$PWD" --output-on-failure
176176
shell: pwsh

0 commit comments

Comments
 (0)