Skip to content

Commit 0c27b25

Browse files
enhanced-integration
Summary: - Traffic lights on tag. - Traffic light cadense slowed.
1 parent 82707b7 commit 0c27b25

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,16 @@ jobs:
761761
rv="$?"
762762
echo "**some** traffic light robot integration tests failed code = $rv"
763763
fi
764+
765+
- name: Output from traffic lights integration tests
766+
if: always()
767+
run: |
768+
cat ./test/robot/reports-integration-traffic-lights/output.xml
769+
770+
- name: Output from traffic lights tmp dir
771+
if: always()
772+
run: |
773+
cat ./test/robot/integration-traffic-lights/tmp/*
764774
765775
- name: Prepare Test DB
766776
if: success() && matrix.registry != 'test/registry'

0 commit comments

Comments
 (0)