Skip to content

Commit ba6c0d6

Browse files
test
1 parent f89c148 commit ba6c0d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,12 @@ jobs:
6161
- name: Create temp Heroku app for this PR
6262
run: |
6363
heroku create $APP_NAME
64+
heroku buildpacks:set heroku/python -a $APP_NAME
6465
heroku config:set API_KEY=$API_KEY --app $APP_NAME
66+
heroku config:set STDIO_MODE_ONLY=false
6567
heroku config:set REMOTE_SERVER_TYPE=$REMOTE_SERVER_TYPE --app $APP_NAME
68+
heroku config:set WEB_CONCURRENCY=1 --app $APP_NAME
69+
heroku ps:scale web=1 -a $APP_NAME
6670
6771
- name: Deploy this branch to Heroku
6872
run: |

0 commit comments

Comments
 (0)