Skip to content

Commit 3ee94b7

Browse files
committed
Try to fix test script path
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
1 parent e9986ed commit 3ee94b7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/conan-center-index.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ jobs:
2626
steps:
2727
- name: Checkout repository
2828
uses: actions/checkout@v5
29+
with:
30+
path: python-ng
2931

3032
- name: Setup Conan client
3133
uses: conan-io/setup-conan@v1
3234

3335
- name: Setup Python NG
34-
run: pip install -e .
36+
run: pip install -e ./python-ng
3537

3638
- name: Checkout conan-center-index
3739
uses: actions/checkout@v5
@@ -42,4 +44,4 @@ jobs:
4244

4345
- name: Validate Python-NG patch application
4446
working-directory: conan-center-index/recipes
45-
run: bash tests/scripts/validate-cci-patch-ng.sh
47+
run: bash "${GITHUB_WORKSPACE}/python-ng/tests/scripts/validate-cci-patch-ng.sh"

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Main workflow
1+
name: Python Patch-NG Tests
22

33
on:
44
push:

0 commit comments

Comments
 (0)