We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8fc15 commit 83aecaeCopy full SHA for 83aecae
.github/workflows/main.yml
@@ -10,20 +10,21 @@ jobs:
10
install_deps:
11
name: Install dependencies
12
uses: spuxx1701/ci-cd/.github/workflows/pnpm_install_deps.yml@v4.0.0
13
- with:
14
- PNPM_FLAGS: --recursive
15
16
run_checks:
17
name: Run code checks
18
uses: spuxx1701/ci-cd/.github/workflows/pnpm_run_checks.yml@v4.0.0
19
needs:
20
- install_deps
+ with:
+ PNPM_BUILD: true
21
22
run_unit_tests:
23
name: Run unit tests
24
uses: spuxx1701/ci-cd/.github/workflows/pnpm_run_unit_tests.yml@v4.0.0
25
26
27
with:
28
29
COVERAGE_FILENAME: reports/vitest/coverage/cobertura-coverage.xml
30
COVERAGE_FAIL_BELOW_MIN: 100
0 commit comments