Skip to content

Commit 19202da

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,11 +751,12 @@ jobs:
751751
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
752752
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
753753
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
754+
GODEBUG: http2client=0
754755
run: |
755756
echo "## Stray flask apps to be killed before robot tests ##"
756757
pgrep -f flask | xargs kill -9 || true
757758
echo "## End ##"
758-
if "$(python cicd/python/build.py --robot-test-traffic-lights-integration)"; then
759+
if python cicd/python/build.py --robot-test-traffic-lights-integration; then
759760
echo "Traffic light robot integration tests **all** passed"
760761
else
761762
rv="$?"

0 commit comments

Comments
 (0)