Skip to content

Commit c791db3

Browse files
committed
AB-454: Run uploiad job only for 1 node engine
1 parent a01a05d commit c791db3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- run: npm run test-system
2323
- run: npm run test-unit | tee coverage.txt && exit ${PIPESTATUS[0]}
2424
- name: Upload coverage-summary.json
25+
if: matrix.node-version == '22.x'
2526
uses: actions/upload-artifact@v4
2627
with:
2728
name: coverage-summary-unit
@@ -43,6 +44,7 @@ jobs:
4344
- run: npm ci
4445
- run: npm run test-regression | tee coverage.txt && exit ${PIPESTATUS[0]}
4546
- name: Upload coverage-summary.json
47+
if: matrix.node-version == '22.x'
4648
uses: actions/upload-artifact@v4
4749
with:
4850
name: coverage-summary-integration

0 commit comments

Comments
 (0)