Skip to content

Commit 5fa7666

Browse files
committed
move workflow
1 parent 38e6393 commit 5fa7666

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/integration-tests.yml

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

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

26+
- name: Checkout Language SDK (this PR)
27+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28+
with:
29+
path: language-sdk
30+
3131
- name: Checkout Testing SDK
3232
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3333
with:

0 commit comments

Comments
 (0)