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 0c27b25 commit 19202daCopy full SHA for 19202da
.github/workflows/build.yml
@@ -751,11 +751,12 @@ jobs:
751
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
752
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
753
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
754
+ GODEBUG: http2client=0
755
run: |
756
echo "## Stray flask apps to be killed before robot tests ##"
757
pgrep -f flask | xargs kill -9 || true
758
echo "## End ##"
- 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
760
echo "Traffic light robot integration tests **all** passed"
761
else
762
rv="$?"
0 commit comments