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 258045d commit 6294dbbCopy full SHA for 6294dbb
.github/workflows/agentex-tutorials-test.yml
@@ -101,6 +101,7 @@ jobs:
101
working-directory: ./examples/tutorials
102
env:
103
OPENAI_API_KEY: ${{ secrets.TUTORIAL_OPENAI_API_KEY }}
104
+ HEALTH_CHECK_PORT: 8080 # Use non-privileged port for temporal worker health checks
105
run: |
106
echo "Testing tutorial: ${{ matrix.tutorial }}"
107
AGENTEX_API_BASE_URL="http://localhost:5003" \
0 commit comments