File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 36
36
- 3.8.10
37
37
- 3.9.5
38
38
steps :
39
- - uses : extractions/setup-just@v1
39
+ - uses : extractions/setup-just@v2
40
40
env :
41
41
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42
42
- uses : actions/checkout@v4
78
78
QUARTO_VERSION : " 1.4.546"
79
79
# This allows us to start Connect separately in our own docker container
80
80
CONNECT_SERVER : " http://localhost:3939"
81
+ IMAGE_OS : " rstudio/connect:ubuntu22"
81
82
remote : " yes"
82
83
run : |
83
84
cd integration-testing
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ jobs:
215
215
fetch-depth : 0
216
216
env :
217
217
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
218
- - uses : extractions/setup-just@v1
218
+ - uses : extractions/setup-just@v2
219
219
env :
220
220
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
221
221
- name : Build Containers
@@ -261,7 +261,7 @@ jobs:
261
261
- 3.8.10
262
262
- 3.9.5
263
263
steps :
264
- - uses : extractions/setup-just@v1
264
+ - uses : extractions/setup-just@v2
265
265
env :
266
266
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
267
267
- uses : actions/checkout@v4
@@ -303,6 +303,7 @@ jobs:
303
303
304
304
# This allows us to start Connect separately in our own docker container
305
305
CONNECT_SERVER : " http://localhost:3939"
306
+ IMAGE_OS : " rstudio/connect:ubuntu22"
306
307
remote : " yes"
307
308
run : |
308
309
cd integration-testing
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ services:
35
35
QUARTO_VERSION : ${QUARTO_VERSION}
36
36
PY_VERSION : ${PY_VERSION}
37
37
API_KEY : ${ADMIN_API_KEY}
38
+ IMAGE_OS : ${IMAGE_OS}
38
39
39
40
# customized connect built with updated quarto version
40
41
# used for nightly deploy_tests.yml that include quarto projects
You can’t perform that action at this time.
0 commit comments