File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
uses : spuxx1701/ci-cd/.github/workflows/pnpm_run_checks.yml@v4.0.0
13
13
14
14
run_unit_tests :
15
- name : Run unit tests
15
+ name : Run tests (vitest)
16
16
uses : spuxx1701/ci-cd/.github/workflows/pnpm_run_tests_vitest.yml@v4.0.0
17
17
with :
18
18
COVERAGE_FILENAME : reports/vitest/coverage/cobertura-coverage.xml
Original file line number Diff line number Diff line change 9
9
uses : spuxx1701/ci-cd/.github/workflows/pnpm_run_checks.yml@v4.0.0
10
10
11
11
run_unit_tests :
12
- name : Run unit tests
12
+ name : Run tests (vitest)
13
13
uses : spuxx1701/ci-cd/.github/workflows/pnpm_run_tests_vitest.yml@v4.0.0
14
14
with :
15
15
COVERAGE_FILENAME : reports/vitest/coverage/cobertura-coverage.xml
Original file line number Diff line number Diff line change 11
11
uses : spuxx1701/ci-cd/.github/workflows/pnpm_run_checks.yml@v4.0.0
12
12
13
13
run_unit_tests :
14
- name : Run unit tests
14
+ name : Run tests (vitest)
15
15
uses : spuxx1701/ci-cd/.github/workflows/pnpm_run_tests_vitest.yml@v4.0.0
16
16
with :
17
17
COVERAGE_FILENAME : reports/vitest/coverage/cobertura-coverage.xml
Original file line number Diff line number Diff line change 12
12
uses : spuxx1701/ci-cd/.github/workflows/pnpm_run_checks.yml@v4.0.0
13
13
14
14
run_unit_tests :
15
- name : Run unit tests
15
+ name : Run tests (vitest)
16
16
uses : spuxx1701/ci-cd/.github/workflows/pnpm_run_tests_vitest.yml@v4.0.0
17
17
with :
18
18
COVERAGE_FILENAME : reports/vitest/coverage/cobertura-coverage.xml
You can’t perform that action at this time.
0 commit comments