Skip to content

Commit 62b8678

Browse files
fix config
1 parent a19f99a commit 62b8678

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/deploy_tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,7 @@ jobs:
8787
docker compose up -d client-cli
8888
docker-compose run --rm client-cli just ../test/connect-rsconnect-python/test/rsconnect-python/_start-dev
8989
90-
- name: Setup tmate session
91-
if: ${{ failure() }}
92-
uses: mxschmitt/action-tmate@v3
93-
with:
94-
limit-access-to-actor: true
95-
96-
# Videos are captured whether the suite fails or passes
90+
# Videos are captured whether the suite fails or passes
9791
- name: Save videos
9892
uses: actions/upload-artifact@v3
9993
if: failure()

integration-testing/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
ports:
5252
- 3939:3939
5353
volumes:
54-
- $PWD/docker/rstudio-connect.gcfg:/etc/rstudio-connect/rstudio-connect-cli.gcfg
54+
- $PWD/docker/rstudio-connect-cli.gcfg:/etc/rstudio-connect/rstudio-connect.gcfg
5555
privileged: true
5656
environment:
5757
RSTUDIO_CONNECT_HASTE: "enabled"
@@ -63,7 +63,7 @@ services:
6363
# used jupyter-notebook and deploy tests in CI, main.yml
6464
connect:
6565
hostname: connect
66-
image: rstudio/rstudio-connect:bionic
66+
image: rstudio/rstudio-connect:jammy
6767
restart: always
6868
ports:
6969
- 3939:3939

0 commit comments

Comments
 (0)