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 1267d0d commit de4978dCopy full SHA for de4978d
.github/workflows/test.yml
@@ -83,6 +83,7 @@ jobs:
83
python -m pip install --upgrade pip
84
pip install -r requirements.txt
85
86
+ # sometimes this is totally uneccessary, and other times servers fail w/out this...
87
- name: Wait briefly for MCP server to fully boot
88
run: sleep 90
89
@@ -93,11 +94,6 @@ jobs:
93
94
echo "url=$url" >> "$GITHUB_OUTPUT"
95
96
- name: Run pytest against deployed app
- # env:
97
- # APP_NAME: ${{ env.APP_NAME }}
98
- # MCP_SERVER_URL: ${{ steps.heroku_env.outputs.url }}
99
- # REMOTE_SERVER_TYPE: ${{ env.REMOTE_SERVER_TYPE }}
100
- # API_KEY: ${{ env.API_KEY }}
101
run: |
102
echo "APP_NAME = $APP_NAME"
103
echo "MCP_SERVER_URL = ${{ steps.heroku_env.outputs.url }}"
0 commit comments