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 13
13
14
14
run_unit_tests :
15
15
name : Run unit tests
16
- uses : spuxx1701/ci-cd/.github/workflows/pnpm_run_unit_tests .yml@v4.0.0
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
19
19
COVERAGE_FAIL_BELOW_MIN : 100
Original file line number Diff line number Diff line change 10
10
11
11
run_unit_tests :
12
12
name : Run unit tests
13
- uses : spuxx1701/ci-cd/.github/workflows/pnpm_run_unit_tests .yml@v4.0.0
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
16
16
COVERAGE_FAIL_BELOW_MIN : 100
Original file line number Diff line number Diff line change 12
12
13
13
run_unit_tests :
14
14
name : Run unit tests
15
- uses : spuxx1701/ci-cd/.github/workflows/pnpm_run_unit_tests .yml@v4.0.0
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
18
18
COVERAGE_FAIL_BELOW_MIN : 100
Original file line number Diff line number Diff line change 13
13
14
14
run_unit_tests :
15
15
name : Run unit tests
16
- uses : spuxx1701/ci-cd/.github/workflows/pnpm_run_unit_tests .yml@v4.0.0
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
19
19
COVERAGE_FAIL_BELOW_MIN : 100
You can’t perform that action at this time.
0 commit comments