From 74a146ec4d768e35fad9d14c852bba9189416cd8 Mon Sep 17 00:00:00 2001 From: Kevin Gartland Date: Thu, 30 Nov 2023 11:28:42 -0500 Subject: [PATCH] fix path again --- .github/workflows/deploy_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_tests.yml b/.github/workflows/deploy_tests.yml index 4eead7e4..eff784de 100644 --- a/.github/workflows/deploy_tests.yml +++ b/.github/workflows/deploy_tests.yml @@ -43,7 +43,7 @@ jobs: - name: Build docker container-image run: | - just test/connect-rsconnect-python/docker-build + just test/connect-rsconnect-python/test/rsconnect-python/docker-build - name: Run rsconnect-python Tests env: CONNECT_LICENSE: "${{ secrets.RSC_LICENSE }}" @@ -59,7 +59,7 @@ jobs: run: | docker compose pull connect docker compose up -d connect - just test/connect-rsconnect-python/test-${PYTHON_BUILD} + just test/connect-rsconnect-python/test/rsconnect-python/test-${PYTHON_BUILD} - name: Setup tmate session if: ${{ failure() }}