Skip to content

Commit ba202b9

Browse files
committed
fix invoke of the step
1 parent 5fa7666 commit ba202b9

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ jobs:
1717
python-version: ["3.13"]
1818

1919
steps:
20-
- name: Parse testing SDK branch from PR body
21-
id: parse
22-
run: python ops/parse_sdk_branch.py
23-
env:
24-
PR_BODY: ${{ github.event.pull_request.body }}
25-
2620
- name: Checkout Language SDK (this PR)
2721
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2822
with:
2923
path: language-sdk
3024

25+
- name: Parse testing SDK branch from PR body
26+
id: parse
27+
run: python language-sdk/ops/parse_sdk_branch.py
28+
env:
29+
PR_BODY: ${{ github.event.pull_request.body }}
30+
3131
- name: Checkout Testing SDK
3232
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3333
with:
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Parse testing SDK branch from PR body
7575
id: parse
76-
run: python ops/parse_sdk_branch.py
76+
run: python language-sdk/ops/parse_sdk_branch.py
7777
env:
7878
PR_BODY: ${{ github.event.pull_request.body }}
7979

0 commit comments

Comments
 (0)