From 2c2da57c87462fdbbf4725ced4dd360e4a58f3c2 Mon Sep 17 00:00:00 2001 From: joshyam-k Date: Wed, 22 Oct 2025 09:16:20 -0400 Subject: [PATCH] ci testing --- .github/workflows/main.yml | 1 - Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 208e81de..a6830360 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -156,7 +156,6 @@ jobs: python -m pip install '.[test]' - name: Run RStudio Connect run: | - docker compose up --build -d pip freeze > requirements.txt make dev env: diff --git a/Makefile b/Makefile index 13050839..18aebc30 100644 --- a/Makefile +++ b/Makefile @@ -156,7 +156,7 @@ promote-docs-in-s3: RSC_API_KEYS=vetiver-testing/rsconnect_api_keys.json dev: - docker compose up -d + docker compose up --build -d # Docker compose needs a little time to start up sleep 4 docker compose exec -T rsconnect bash < vetiver-testing/setup-rsconnect/add-users.sh