Skip to content

Commit 82c9df4

Browse files
authored
ci: fix pipeline name typos (#238)
This PR fixes some small typos on the names of the pipeline.
1 parent 000da80 commit 82c9df4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
VALIDATE_JSCPD: false
4343
VALIDATE_SHELL_SHFMT: false
4444
test-linux:
45-
name: Unit Testing and Build on Linux x64
45+
name: Unit Testing and Build on Linux x64 and macOS x64
4646
runs-on: ubuntu-24.04
4747
timeout-minutes: 5
4848
permissions:
@@ -128,7 +128,7 @@ jobs:
128128
run: make test
129129
- name: Build Windows Binary
130130
run: python3 ./scripts/build.py v0.0.1 win-x64 --enable-aot
131-
- name: Upload Linux artifact
131+
- name: Upload Windows artifact
132132
uses: actions/upload-artifact@v4
133133
with:
134134
name: windows-amd64-binary

0 commit comments

Comments
 (0)