Skip to content

Commit 6adece7

Browse files
committed
fix: integration-test path to testing sdk
1 parent a222011 commit 6adece7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727
with:
2828
repository: aws/aws-durable-execution-sdk-python-testing
29-
path: /packages/testing-sdk
29+
path: language-sdk/packages/testing-sdk
3030

3131
- name: Set up Python ${{ matrix.python-version }}
3232
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
@@ -40,7 +40,7 @@ jobs:
4040
working-directory: language-sdk
4141
run: |
4242
echo "Running SDK tests..."
43-
hatch run -- test:pip install -e ../packages/testing-sdk
43+
hatch run -- test:pip install -e packages/testing-sdk
4444
hatch run types:check
4545
hatch run test:cov
4646

0 commit comments

Comments
 (0)