Skip to content

Commit d86fc57

Browse files
committed
testing
1 parent 1a1ae59 commit d86fc57

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ jobs:
156156
python -m pip install '.[test]'
157157
- name: Run RStudio Connect
158158
run: |
159-
docker compose up --build -d
160159
pip freeze > requirements.txt
161160
make dev
162161
env:

Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,11 @@ promote-docs-in-s3:
155155

156156
RSC_API_KEYS=vetiver-testing/rsconnect_api_keys.json
157157

158+
# Export RSC_LICENSE so it's available to docker compose
159+
export RSC_LICENSE
160+
158161
dev:
159-
docker compose up -d
160-
# Docker compose needs a little time to start up
161-
sleep 4
162+
docker compose up -d --wait
162163
docker compose exec -T rsconnect bash < vetiver-testing/setup-rsconnect/add-users.sh
163164
python vetiver-testing/setup-rsconnect/dump_api_keys.py $(RSC_API_KEYS)
164165

0 commit comments

Comments
 (0)