|
83 | 83 | name: "SATP Unit Tests" |
84 | 84 | path: packages/cactus-plugin-satp-hermes/reports/junit/satp-hermes-tests-unit.xml |
85 | 85 | reporter: jest-junit |
86 | | - list-tests: failed |
| 86 | + list-tests: all |
| 87 | + max-annotations: 50 |
87 | 88 | fail-on-error: false |
| 89 | + only-summary: false |
88 | 90 |
|
89 | 91 | - name: Check for SATP unit coverage artifacts |
90 | 92 | id: check_unit_coverage |
@@ -173,8 +175,10 @@ jobs: |
173 | 175 | name: "SATP Integration Tests (Bridge)" |
174 | 176 | path: packages/cactus-plugin-satp-hermes/reports/junit/satp-hermes-tests-integration-bridge.xml |
175 | 177 | reporter: jest-junit |
176 | | - list-tests: failed |
| 178 | + list-tests: all |
| 179 | + max-annotations: 50 |
177 | 180 | fail-on-error: false |
| 181 | + only-summary: false |
178 | 182 |
|
179 | 183 | - name: Check for SATP bridge integration coverage artifacts |
180 | 184 | id: check_bridge_coverage |
@@ -263,8 +267,10 @@ jobs: |
263 | 267 | name: "SATP Integration Tests (Oracle)" |
264 | 268 | path: packages/cactus-plugin-satp-hermes/reports/junit/satp-hermes-tests-integration-oracle.xml |
265 | 269 | reporter: jest-junit |
266 | | - list-tests: failed |
| 270 | + list-tests: all |
| 271 | + max-annotations: 50 |
267 | 272 | fail-on-error: false |
| 273 | + only-summary: false |
268 | 274 |
|
269 | 275 | - name: Check for SATP oracle integration coverage artifacts |
270 | 276 | id: check_oracle_coverage |
@@ -355,8 +361,10 @@ jobs: |
355 | 361 | name: "SATP Integration Tests (Gateway)" |
356 | 362 | path: packages/cactus-plugin-satp-hermes/reports/junit/satp-hermes-tests-integration-gateway.xml |
357 | 363 | reporter: jest-junit |
358 | | - list-tests: failed |
| 364 | + list-tests: all |
| 365 | + max-annotations: 50 |
359 | 366 | fail-on-error: false |
| 367 | + only-summary: false |
360 | 368 |
|
361 | 369 | - name: Check for SATP gateway integration coverage artifacts |
362 | 370 | id: check_gateway_coverage |
@@ -446,8 +454,10 @@ jobs: |
446 | 454 | name: "SATP Integration Tests (Docker)" |
447 | 455 | path: packages/cactus-plugin-satp-hermes/reports/junit/satp-hermes-tests-integration-docker.xml |
448 | 456 | reporter: jest-junit |
449 | | - list-tests: failed |
| 457 | + list-tests: all |
| 458 | + max-annotations: 50 |
450 | 459 | fail-on-error: false |
| 460 | + only-summary: false |
451 | 461 |
|
452 | 462 | - name: Check for SATP docker integration coverage artifacts |
453 | 463 | id: check_docker_coverage |
@@ -549,8 +559,10 @@ jobs: |
549 | 559 | name: "CBDC Integration Tests" |
550 | 560 | path: examples/cactus-example-cbdc-bridging-backend/reports/junit/cbdc-bridging-tests-integration.xml |
551 | 561 | reporter: jest-junit |
552 | | - list-tests: failed |
| 562 | + list-tests: all |
| 563 | + max-annotations: 50 |
553 | 564 | fail-on-error: false |
| 565 | + only-summary: false |
554 | 566 |
|
555 | 567 | - name: Check for CBDC integration coverage artifacts |
556 | 568 | id: check_cbdc_coverage |
@@ -707,8 +719,10 @@ jobs: |
707 | 719 | name: "SATP Recovery Tests" |
708 | 720 | path: packages/cactus-plugin-satp-hermes/reports/junit/satp-hermes-tests-recovery.xml |
709 | 721 | reporter: jest-junit |
710 | | - list-tests: failed |
| 722 | + list-tests: all |
| 723 | + max-annotations: 50 |
711 | 724 | fail-on-error: false |
| 725 | + only-summary: false |
712 | 726 |
|
713 | 727 | - name: Check for SATP recovery coverage artifacts |
714 | 728 | id: check_recovery_coverage |
@@ -799,8 +813,10 @@ jobs: |
799 | 813 | name: "SATP Rollback Tests" |
800 | 814 | path: packages/cactus-plugin-satp-hermes/reports/junit/satp-hermes-tests-rollback.xml |
801 | 815 | reporter: jest-junit |
802 | | - list-tests: failed |
| 816 | + list-tests: all |
| 817 | + max-annotations: 50 |
803 | 818 | fail-on-error: false |
| 819 | + only-summary: false |
804 | 820 |
|
805 | 821 | - name: Check for SATP rollback coverage artifacts |
806 | 822 | id: check_rollback_coverage |
|
0 commit comments