Skip to content

Commit de4978d

Browse files
test
1 parent 1267d0d commit de4978d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
python -m pip install --upgrade pip
8484
pip install -r requirements.txt
8585
86+
# sometimes this is totally uneccessary, and other times servers fail w/out this...
8687
- name: Wait briefly for MCP server to fully boot
8788
run: sleep 90
8889

@@ -93,11 +94,6 @@ jobs:
9394
echo "url=$url" >> "$GITHUB_OUTPUT"
9495
9596
- name: Run pytest against deployed app
96-
# 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 }}
10197
run: |
10298
echo "APP_NAME = $APP_NAME"
10399
echo "MCP_SERVER_URL = ${{ steps.heroku_env.outputs.url }}"

0 commit comments

Comments
 (0)