Skip to content

Commit 6294dbb

Browse files
committed
fixing tests
1 parent 258045d commit 6294dbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/agentex-tutorials-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
working-directory: ./examples/tutorials
102102
env:
103103
OPENAI_API_KEY: ${{ secrets.TUTORIAL_OPENAI_API_KEY }}
104+
HEALTH_CHECK_PORT: 8080 # Use non-privileged port for temporal worker health checks
104105
run: |
105106
echo "Testing tutorial: ${{ matrix.tutorial }}"
106107
AGENTEX_API_BASE_URL="http://localhost:5003" \

0 commit comments

Comments
 (0)