We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01a05d commit c791db3Copy full SHA for c791db3
.github/workflows/integration.yml
@@ -22,6 +22,7 @@ jobs:
22
- run: npm run test-system
23
- run: npm run test-unit | tee coverage.txt && exit ${PIPESTATUS[0]}
24
- name: Upload coverage-summary.json
25
+ if: matrix.node-version == '22.x'
26
uses: actions/upload-artifact@v4
27
with:
28
name: coverage-summary-unit
@@ -43,6 +44,7 @@ jobs:
43
44
- run: npm ci
45
- run: npm run test-regression | tee coverage.txt && exit ${PIPESTATUS[0]}
46
47
48
49
50
name: coverage-summary-integration
0 commit comments