Skip to content

Commit ef9077f

Browse files
committed
refactor: workflow names
1 parent ed13002 commit ef9077f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
key: build-vue-i18n-next-os-${{ matrix.os }}-${{ github.sha }}
7777

7878
test-unit:
79-
name: 'Unit test on Node.js ${{ matrix.node }} OS: ${{matrix.os}}'
79+
name: Unit test
8080
strategy:
8181
matrix:
8282
os: [ubuntu-latest, windows-latest, macos-latest]
@@ -134,7 +134,7 @@ jobs:
134134
run: pnpm test:type
135135

136136
test-e2e:
137-
name: 'E2E test on Node.js ${{ matrix.node }} OS: ${{matrix.os}}'
137+
name: E2E test
138138

139139
needs:
140140
- build

0 commit comments

Comments
 (0)