File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,14 @@ jobs:
10
10
run_checks :
11
11
name : Run code checks
12
12
uses : spuxx1701/ci-cd/.github/workflows/pnpm_run_checks.yml@v4.0.0
13
+ with :
14
+ PNPM_BUILD : true
13
15
14
16
run_unit_tests :
15
17
name : Run tests (vitest)
16
18
uses : spuxx1701/ci-cd/.github/workflows/pnpm_run_tests_vitest.yml@v4.0.0
17
19
with :
20
+ PNPM_BUILD : true
18
21
COVERAGE_FILENAME : reports/vitest/coverage/cobertura-coverage.xml
19
22
COVERAGE_FAIL_BELOW_MIN : 100
20
23
Original file line number Diff line number Diff line change 7
7
run_checks :
8
8
name : Run code checks
9
9
uses : spuxx1701/ci-cd/.github/workflows/pnpm_run_checks.yml@v4.0.0
10
+ with :
11
+ PNPM_BUILD : true
10
12
11
13
run_unit_tests :
12
14
name : Run tests (vitest)
13
15
uses : spuxx1701/ci-cd/.github/workflows/pnpm_run_tests_vitest.yml@v4.0.0
14
16
with :
17
+ PNPM_BUILD : true
15
18
COVERAGE_FILENAME : reports/vitest/coverage/cobertura-coverage.xml
16
19
COVERAGE_FAIL_BELOW_MIN : 100
17
20
Original file line number Diff line number Diff line change 9
9
run_checks :
10
10
name : Run code checks
11
11
uses : spuxx1701/ci-cd/.github/workflows/pnpm_run_checks.yml@v4.0.0
12
+ with :
13
+ PNPM_BUILD : true
12
14
13
15
run_unit_tests :
14
16
name : Run tests (vitest)
15
17
uses : spuxx1701/ci-cd/.github/workflows/pnpm_run_tests_vitest.yml@v4.0.0
16
18
with :
19
+ PNPM_BUILD : true
17
20
COVERAGE_FILENAME : reports/vitest/coverage/cobertura-coverage.xml
18
21
COVERAGE_FAIL_BELOW_MIN : 100
You can’t perform that action at this time.
0 commit comments