Skip to content

Commit 49646b3

Browse files
committed
ci: Fix release pipelines
1 parent 8a98842 commit 49646b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ jobs:
1515
run_checks:
1616
name: Run code checks
1717
uses: spuxx1701/ci-cd/.github/workflows/pnpm_run_checks.yml@v4.0.0
18+
with:
19+
PNPM_BUILD: true
1820

1921
run_unit_tests:
2022
name: Run tests (vitest)
2123
uses: spuxx1701/ci-cd/.github/workflows/pnpm_run_tests_vitest.yml@v4.0.0
2224
with:
25+
PNPM_BUILD: true
2326
COVERAGE_FILENAME: reports/vitest/coverage/cobertura-coverage.xml
2427
COVERAGE_FAIL_BELOW_MIN: 100
2528

0 commit comments

Comments
 (0)