Skip to content

Commit fb9a388

Browse files
committed
ci: Update test job names
1 parent 88b5f13 commit fb9a388

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: spuxx1701/ci-cd/.github/workflows/pnpm_run_checks.yml@v4.0.0
1313

1414
run_unit_tests:
15-
name: Run unit tests
15+
name: Run tests (vitest)
1616
uses: spuxx1701/ci-cd/.github/workflows/pnpm_run_tests_vitest.yml@v4.0.0
1717
with:
1818
COVERAGE_FILENAME: reports/vitest/coverage/cobertura-coverage.xml

.github/workflows/prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
uses: spuxx1701/ci-cd/.github/workflows/pnpm_run_checks.yml@v4.0.0
1010

1111
run_unit_tests:
12-
name: Run unit tests
12+
name: Run tests (vitest)
1313
uses: spuxx1701/ci-cd/.github/workflows/pnpm_run_tests_vitest.yml@v4.0.0
1414
with:
1515
COVERAGE_FILENAME: reports/vitest/coverage/cobertura-coverage.xml

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: spuxx1701/ci-cd/.github/workflows/pnpm_run_checks.yml@v4.0.0
1212

1313
run_unit_tests:
14-
name: Run unit tests
14+
name: Run tests (vitest)
1515
uses: spuxx1701/ci-cd/.github/workflows/pnpm_run_tests_vitest.yml@v4.0.0
1616
with:
1717
COVERAGE_FILENAME: reports/vitest/coverage/cobertura-coverage.xml

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: spuxx1701/ci-cd/.github/workflows/pnpm_run_checks.yml@v4.0.0
1313

1414
run_unit_tests:
15-
name: Run unit tests
15+
name: Run tests (vitest)
1616
uses: spuxx1701/ci-cd/.github/workflows/pnpm_run_tests_vitest.yml@v4.0.0
1717
with:
1818
COVERAGE_FILENAME: reports/vitest/coverage/cobertura-coverage.xml

0 commit comments

Comments
 (0)