Skip to content

Commit 2c19fdc

Browse files
authored
Update wf_garance.yml
1 parent 67190ef commit 2c19fdc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/wf_garance.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
ref: version_2
1313

1414
- name: test
15-
run: pwd Referentiels
15+
run: |
16+
pwd Referentiels
17+
ls -l /home/runner/work/garance/garance/Referentiels
1618
1719
# Python
1820
- uses: actions/checkout@v4
@@ -26,4 +28,4 @@ jobs:
2628
pip install -r scripts/python/requirements.txt
2729
- name: Convert
2830
run: |
29-
python scripts/python/convertToJson.py --generate=READ --input=Referentiels --context=src/_data/context.json --output=src/_data/garance_python.json
31+
python scripts/python/convertToJson.py --generate READ --input /home/runner/work/garance/garance/Referentiels --context src/_data/context.json --output src/_data/garance_python.json

0 commit comments

Comments
 (0)