Skip to content

Commit e9986ed

Browse files
committed
Move test script
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
1 parent 3a1db14 commit e9986ed

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

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

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

3230
- name: Setup Conan client
3331
uses: conan-io/setup-conan@v1
3432

3533
- name: Setup Python NG
36-
run: pip install -e patch-ng-repo
34+
run: pip install -e .
3735

3836
- name: Checkout conan-center-index
3937
uses: actions/checkout@v5
@@ -44,4 +42,4 @@ jobs:
4442

4543
- name: Validate Python-NG patch application
4644
working-directory: conan-center-index/recipes
47-
run: bash scripts-repo/.github/scripts/validate-cci-patch-ng.sh
45+
run: bash tests/scripts/validate-cci-patch-ng.sh

0 commit comments

Comments
 (0)