Skip to content

Commit f408db7

Browse files
committed
fix: checkout testing sdk to packages folder
1 parent 1fa4b2b commit f408db7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 3 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: testing-sdk
29+
path: /packages/testing-sdk
3030

3131
- name: Set up Python ${{ matrix.python-version }}
3232
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6666
with:
6767
repository: aws/aws-durable-execution-sdk-python-testing
68-
path: testing-sdk
68+
path: /packages/testing-sdk
6969

7070
- name: Set up Python 3.13
7171
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
@@ -105,7 +105,7 @@ jobs:
105105
KMS_KEY_ARN: ${{ secrets.KMS_KEY_ARN }}
106106
run: |
107107
echo "Building examples..."
108-
hatch run -- examples:pip install -e ../../../testing-sdk
108+
hatch run -- examples:pip install -e ../testing-sdk
109109
hatch run examples:build
110110
111111
# Get first integration example for testing

0 commit comments

Comments
 (0)