Skip to content

Commit 22ccebe

Browse files
committed
ci(satp-hermes): report all tests
Signed-off-by: Rafael Belchior <[email protected]>
1 parent 671cb9f commit 22ccebe

File tree

1 file changed

+24
-8
lines changed

1 file changed

+24
-8
lines changed

.github/workflows/satp-hermes-test.yaml

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,10 @@ jobs:
8383
name: "SATP Unit Tests"
8484
path: packages/cactus-plugin-satp-hermes/reports/junit/satp-hermes-tests-unit.xml
8585
reporter: jest-junit
86-
list-tests: failed
86+
list-tests: all
87+
max-annotations: 50
8788
fail-on-error: false
89+
only-summary: false
8890

8991
- name: Check for SATP unit coverage artifacts
9092
id: check_unit_coverage
@@ -173,8 +175,10 @@ jobs:
173175
name: "SATP Integration Tests (Bridge)"
174176
path: packages/cactus-plugin-satp-hermes/reports/junit/satp-hermes-tests-integration-bridge.xml
175177
reporter: jest-junit
176-
list-tests: failed
178+
list-tests: all
179+
max-annotations: 50
177180
fail-on-error: false
181+
only-summary: false
178182

179183
- name: Check for SATP bridge integration coverage artifacts
180184
id: check_bridge_coverage
@@ -263,8 +267,10 @@ jobs:
263267
name: "SATP Integration Tests (Oracle)"
264268
path: packages/cactus-plugin-satp-hermes/reports/junit/satp-hermes-tests-integration-oracle.xml
265269
reporter: jest-junit
266-
list-tests: failed
270+
list-tests: all
271+
max-annotations: 50
267272
fail-on-error: false
273+
only-summary: false
268274

269275
- name: Check for SATP oracle integration coverage artifacts
270276
id: check_oracle_coverage
@@ -355,8 +361,10 @@ jobs:
355361
name: "SATP Integration Tests (Gateway)"
356362
path: packages/cactus-plugin-satp-hermes/reports/junit/satp-hermes-tests-integration-gateway.xml
357363
reporter: jest-junit
358-
list-tests: failed
364+
list-tests: all
365+
max-annotations: 50
359366
fail-on-error: false
367+
only-summary: false
360368

361369
- name: Check for SATP gateway integration coverage artifacts
362370
id: check_gateway_coverage
@@ -446,8 +454,10 @@ jobs:
446454
name: "SATP Integration Tests (Docker)"
447455
path: packages/cactus-plugin-satp-hermes/reports/junit/satp-hermes-tests-integration-docker.xml
448456
reporter: jest-junit
449-
list-tests: failed
457+
list-tests: all
458+
max-annotations: 50
450459
fail-on-error: false
460+
only-summary: false
451461

452462
- name: Check for SATP docker integration coverage artifacts
453463
id: check_docker_coverage
@@ -549,8 +559,10 @@ jobs:
549559
name: "CBDC Integration Tests"
550560
path: examples/cactus-example-cbdc-bridging-backend/reports/junit/cbdc-bridging-tests-integration.xml
551561
reporter: jest-junit
552-
list-tests: failed
562+
list-tests: all
563+
max-annotations: 50
553564
fail-on-error: false
565+
only-summary: false
554566

555567
- name: Check for CBDC integration coverage artifacts
556568
id: check_cbdc_coverage
@@ -707,8 +719,10 @@ jobs:
707719
name: "SATP Recovery Tests"
708720
path: packages/cactus-plugin-satp-hermes/reports/junit/satp-hermes-tests-recovery.xml
709721
reporter: jest-junit
710-
list-tests: failed
722+
list-tests: all
723+
max-annotations: 50
711724
fail-on-error: false
725+
only-summary: false
712726

713727
- name: Check for SATP recovery coverage artifacts
714728
id: check_recovery_coverage
@@ -799,8 +813,10 @@ jobs:
799813
name: "SATP Rollback Tests"
800814
path: packages/cactus-plugin-satp-hermes/reports/junit/satp-hermes-tests-rollback.xml
801815
reporter: jest-junit
802-
list-tests: failed
816+
list-tests: all
817+
max-annotations: 50
803818
fail-on-error: false
819+
only-summary: false
804820

805821
- name: Check for SATP rollback coverage artifacts
806822
id: check_rollback_coverage

0 commit comments

Comments
 (0)