Skip to content

Commit

Permalink
fix path again
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gartland committed Nov 30, 2023
1 parent 638e061 commit 74a146e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand All @@ -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() }}
Expand Down

0 comments on commit 74a146e

Please sign in to comment.