File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 64
64
pypi_shiny : false
65
65
pypi_rsconnect : false
66
66
base_test_dir : " ./tests/playwright/deploys"
67
+ app_name : " express_page_sidebar"
67
68
test_shinyappsio : true
68
69
69
70
fail-fast : false
@@ -110,9 +111,9 @@ jobs:
110
111
DEPLOY_APPS : " true"
111
112
DEPLOY_CONNECT_SERVER_URL : " ${{ (matrix.config.released_connect_server && 'https://connect.posit.it/') || 'https://rsc.radixu.com/' }}"
112
113
DEPLOY_CONNECT_SERVER_API_KEY : " ${{ (matrix.config.released_connect_server && secrets.DEPLOY_CONNECT_POSIT_SERVER_API_KEY) || secrets.DEPLOY_CONNECT_SERVER_API_KEY }}"
113
- DEPLOY_SHINYAPPS_NAME : " ${{ matrix.config.test_shinyappsio && matrix.config.shinyapps_name }}"
114
- DEPLOY_SHINYAPPS_TOKEN : " ${{ matrix.config.test_shinyappsio && matrix.config.shinyapps_token }}"
115
- DEPLOY_SHINYAPPS_SECRET : " ${{ matrix.config.test_shinyappsio && matrix.config.shinyapps_secret }}"
114
+ DEPLOY_SHINYAPPS_NAME : " ${{ matrix.config.test_shinyappsio && secrets.DEPLOY_SHINYAPPS_NAME }}"
115
+ DEPLOY_SHINYAPPS_TOKEN : " ${{ matrix.config.test_shinyappsio && secrets.DEPLOY_SHINYAPPS_TOKEN }}"
116
+ DEPLOY_SHINYAPPS_SECRET : " ${{ matrix.config.test_shinyappsio && secrets.DEPLOY_SHINYAPPS_SECRET }}"
116
117
EXPRESS_PAGE_SIDEBAR_NAME : " ${{ matrix.config.app_name }}"
117
118
DEPLOY_GITHUB_REQUIREMENTS_TXT : " ${{ !matrix.config.pypi_shiny }}"
118
119
timeout-minutes : 30
Original file line number Diff line number Diff line change 13
13
14
14
app_url = local_deploys_app_url_fixture (
15
15
# Possibly use a different app name given by an GHA env var
16
- os .getenv ("EXPRESS_PAGE_SIDEBAR_NAME" , "express_page_sidebar" )
16
+ os .getenv ("EXPRESS_PAGE_SIDEBAR_NAME" )
17
+ or "express_page_sidebar"
17
18
)
18
19
19
20
You can’t perform that action at this time.
0 commit comments