Skip to content

Commit 19f839a

Browse files
- All tests pass.
1 parent 6dd3a9d commit 19f839a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,11 @@ jobs:
643643
run: |
644644
python cicd/python/build.py --robot-test --config='{ "variables": { "SHOULD_RUN_DOCKER_EXTERNAL_TESTS": "true" } }'
645645
646+
- name: Output from aws server logs
647+
if: always()
648+
run: |
649+
cat ./test/robot/log/*aws*
650+
646651
- name: Output from mocked functional tests
647652
if: always()
648653
run: |

0 commit comments

Comments
 (0)