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 82707b7 commit 0c27b25Copy full SHA for 0c27b25
.github/workflows/build.yml
@@ -761,6 +761,16 @@ jobs:
761
rv="$?"
762
echo "**some** traffic light robot integration tests failed code = $rv"
763
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
772
773
+ cat ./test/robot/integration-traffic-lights/tmp/*
774
775
- name: Prepare Test DB
776
if: success() && matrix.registry != 'test/registry'
0 commit comments